#12A0FC

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

Shades of Dodger Blue #12A0FC

Tints of Dodger Blue #12A0FC

Color information

#12A0FC (or 0x12A0FC) is unknown color: approx Dodger Blue. HEX triplet: 12, A0 and FC. RGB value is (18,160,252). Sum of RGB (Red+Green+Blue) = 18+160+252=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #12A0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A0FC is #ED5F03. Grayscale: #7F7F7F. Windows color (decimal): -15556356 or 16556050. OLE color: 16556050.

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

Color convert

RGB18160252-
CMYK0.930.3700.01
HSL203.59º97.5%52.94%-
HSV(B)203.59º92.86%98.82%-
XYZ30.3932.396.73-
YUV128.03197.9649.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.19%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 252 (98.83% from 255) = 58.60%
R=4.19%
G=37.21%
B=58.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181602520.930.3700.01203.5997.552.94
Hex12A0FC5D2501cc6235
Octal22240374135450131414265
Binary100101010000011111100101110110010101110011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,252); }

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

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

 a { background-color: rgb(18,160,252); }

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

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

 span { border-color: rgb(18,160,252); }

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