Html Css Color HEX #12A4FF Dodger Blue

📋 copy color: '#12A4FF'

red 18 ◦ green 164 ◦ blue 255

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

Shades of Dodger Blue #12A4FF

Tints of Dodger Blue #12A4FF

RGB

 RED value IS 18 (7.42% from 255) = 4.12%

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 4.12%
G = 37.53%
B = 58.35%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12A4FF (or 0x12A4FF) is known color: Dodger Blue. HEX triplet: 12, A4 and FF. RGB value is (18,164,255). Sum of RGB (Red+Green+Blue) = 18+164+255=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A4FF is #ED5B00. Grayscale: #828282. Windows color (decimal): -15555329 or 16753682. OLE color: 16753682.

HSL color Cylindrical-coordinate representation of color #12A4FF: hue angle of 203.04º 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 #12A4FF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 164 255 -
CMYK 0.93 0.36 0 0
HSL 203.04º 1% 0.54% -
HSV(B) 203.04º 0.93% 1% -
XYZ 31.57 33.9 99.49 -
YUV 130.72 198.13 47.6 -
System Red Green Blue C M Y K H S L
Decimal 18 164 255 0.93 0.36 0 0 203.04 1 0.54
Hex 12 A4 FF 5D 24 0 0 CB 64 36
Octal 22 244 377 135 44 0 0 313 144 66
Binary 10010 10100100 11111111 1011101 100100 0 0 11001011 1100100 110110

Color Harmonies of #12A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A4FF

Black with #12A4FF

Text Example


Text Example

White with #12A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A4FF;
 }
 .AnyTagClassName
 {
   color: #12A4FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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