#12A8FF

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

Shades of Dodger Blue #12A8FF

Tints of Dodger Blue #12A8FF

Color information

#12A8FF (or 0x12A8FF) is unknown color: approx Dodger Blue. HEX triplet: 12, A8 and FF. RGB value is (18,168,255). Sum of RGB (Red+Green+Blue) = 18+168+255=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FF is #ED5700. Grayscale: #848484. Windows color (decimal): -15554305 or 16754706. OLE color: 16754706.

HSL color Cylindrical-coordinate representation of color #12A8FF: hue angle of 202.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A8FF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18168255-
CMYK0.930.3400
HSL202.03º100%53.53%-
HSV(B)202.03º92.94%100%-
XYZ32.335.3599.73-
YUV133.07196.845.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.08%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 255 (100% from 255) = 57.82%
R=4.08%
G=38.10%
B=57.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181682550.930.3400202.0310053.53
Hex12A8FF5D2200ca6436
Octal22250377135420031214466
Binary100101010100011111111101110110001000110010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,255); }

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

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

 a { background-color: rgb(18,168,255); }

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

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

 span { border-color: rgb(18,168,255); }

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