#1271F3

Color #1271F3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1271F3

Tints of Dodger Blue #1271F3

Color information

#1271F3 (or 0x1271F3) is unknown color: approx Dodger Blue. HEX triplet: 12, 71 and F3. RGB value is (18,113,243). Sum of RGB (Red+Green+Blue) = 18+113+243=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #1271F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271F3 is #ED8E0C. Grayscale: #626262. Windows color (decimal): -15568397 or 15954194. OLE color: 15954194.

HSL color Cylindrical-coordinate representation of color #1271F3: hue angle of 214.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1271F3 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18113243-
CMYK0.930.5300.05
HSL214.67º90.36%51.18%-
HSV(B)214.67º92.59%95.29%-
XYZ22.3318.4187.17-
YUV99.42209.0369.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.81%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 243 (95.31% from 255) = 64.97%
R=4.81%
G=30.21%
B=64.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181132430.930.5300.05214.6790.3651.18
Hex1271F35D3505d75a33
Octal22161363135650532713263
Binary1001011100011111001110111011101010101110101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1271F3; }

 p { color: rgb(18,113,243); }

 H1.HeaderClassName
 {
   color: #1271F3;
 }
 .AnyTagClassName
 {
   color: #1271F3;
 }
</style>
background-color css

<style>
 a { background-color: #1271F3; }

 a { background-color: rgb(18,113,243); }

 div.DivClassName
 {
   background-color: #1271F3;
 }
 .BgClassName
 {
   background-color: #1271F3;
 }
</style>
border-color css

<style>
 span { border-color: #1271F3; }

 span { border-color: rgb(18,113,243); }

 td.TdClassName
 {
   border-color: #1271F3;
 }
 .TagClassName
 {
   border-color: #1271F3;
 }
</style>