Html Css Color HEX #12A0FC Dodger Blue

📋 copy color: '#12A0FC'

red 18 ◦ green 160 ◦ blue 252

#12A0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #12A0FC

Tints of Dodger Blue #12A0FC

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.6%

R = 4.19%
G = 37.21%
B = 58.6%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12A0FC (or 0x12A0FC) is known color: 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

RGB 18 160 252 -
CMYK 0.93 0.37 0 0.01
HSL 203.59º 0.98% 0.53% -
HSV(B) 203.59º 0.93% 0.99% -
XYZ 30.39 32.3 96.73 -
YUV 128.03 197.96 49.52 -
System Red Green Blue C M Y K H S L
Decimal 18 160 252 0.93 0.37 0 0.01 203.59 0.98 0.53
Hex 12 A0 FC 5D 25 0 1 CC 62 35
Octal 22 240 374 135 45 0 1 314 142 65
Binary 10010 10100000 11111100 1011101 100101 0 1 11001100 1100010 110101

Color Harmonies of #12A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A0FC

Black with #12A0FC

Text Example


Text Example

White with #12A0FC

Text Example


Text Example

HTML Codes & Css Web 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>