Html Css Color HEX #12A4FE Dodger Blue

📋 copy color: '#12A4FE'

red 18 ◦ green 164 ◦ blue 254

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

Shades of Dodger Blue #12A4FE

Tints of Dodger Blue #12A4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 4.13%
G = 37.61%
B = 58.26%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12A4FE (or 0x12A4FE) is known color: Dodger Blue. HEX triplet: 12, A4 and FE. RGB value is (18,164,254). Sum of RGB (Red+Green+Blue) = 18+164+254=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #12A4FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A4FE is #ED5B01. Grayscale: #828282. Windows color (decimal): -15555330 or 16688146. OLE color: 16688146.

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

Color convert

RGB 18 164 254 -
CMYK 0.93 0.35 0 0.00
HSL 202.88º 0.99% 0.53% -
HSV(B) 202.88º 0.93% 1% -
XYZ 31.41 33.84 98.64 -
YUV 130.61 197.63 47.68 -
System Red Green Blue C M Y K H S L
Decimal 18 164 254 0.93 0.35 0 0.00 202.88 0.99 0.53
Hex 12 A4 FE 5D 23 0 0 CB 63 35
Octal 22 244 376 135 43 0 0 313 143 65
Binary 10010 10100100 11111110 1011101 100011 0 0 11001011 1100011 110101

Color Harmonies of #12A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A4FE

Black with #12A4FE

Text Example


Text Example

White with #12A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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