#12A8FB

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

Shades of Dodger Blue #12A8FB

Tints of Dodger Blue #12A8FB

Color information

#12A8FB (or 0x12A8FB) is unknown color: approx Dodger Blue. HEX triplet: 12, A8 and FB. RGB value is (18,168,251). Sum of RGB (Red+Green+Blue) = 18+168+251=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #12A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FB is #ED5704. Grayscale: #848484. Windows color (decimal): -15554309 or 16492562. OLE color: 16492562.

HSL color Cylindrical-coordinate representation of color #12A8FB: hue angle of 201.37º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A8FB is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18168251-
CMYK0.930.3300.02
HSL201.37º96.68%52.75%-
HSV(B)201.37º92.83%98.43%-
XYZ31.6635.196.37-
YUV132.61194.846.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.12%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=4.12%
G=38.44%
B=57.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181682510.930.3300.02201.3796.6852.75
Hex12A8FB5D2102c96135
Octal22250373135410231114165
Binary1001010101000111110111011101100001010110010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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