#12A1F8

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

Shades of Dodger Blue #12A1F8

Tints of Dodger Blue #12A1F8

Color information

#12A1F8 (or 0x12A1F8) is unknown color: approx Dodger Blue. HEX triplet: 12, A1 and F8. RGB value is (18,161,248). Sum of RGB (Red+Green+Blue) = 18+161+248=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #12A1F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A1F8 is #ED5E07. Grayscale: #7F7F7F. Windows color (decimal): -15556104 or 16294162. OLE color: 16294162.

HSL color Cylindrical-coordinate representation of color #12A1F8: hue angle of 202.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A1F8 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18161248-
CMYK0.930.3500.03
HSL202.7º94.26%52.16%-
HSV(B)202.7º92.74%97.25%-
XYZ29.9432.493.48-
YUV128.16195.6249.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.22%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 248 (97.27% from 255) = 58.08%
R=4.22%
G=37.70%
B=58.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal181612480.930.3500.03202.794.2652.16
Hex12A1F85D2303cb5e34
Octal22241370135430331313664
Binary1001010100001111110001011101100011011110010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A1F8; }

 p { color: rgb(18,161,248); }

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

<style>
 a { background-color: #12A1F8; }

 a { background-color: rgb(18,161,248); }

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

<style>
 span { border-color: #12A1F8; }

 span { border-color: rgb(18,161,248); }

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