Html Css Color HEX #12A7FF Dodger Blue

📋 copy color: '#12A7FF'

red 18 ◦ green 167 ◦ blue 255

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

Shades of Dodger Blue #12A7FF

Tints of Dodger Blue #12A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 4.09%
G = 37.95%
B = 57.95%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12A7FF (or 0x12A7FF) is known color: Dodger Blue. HEX triplet: 12, A7 and FF. RGB value is (18,167,255). Sum of RGB (Red+Green+Blue) = 18+167+255=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A7FF is #ED5800. Grayscale: #838383. Windows color (decimal): -15554561 or 16754450. OLE color: 16754450.

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

Color convert

RGB 18 167 255 -
CMYK 0.93 0.35 0 0
HSL 202.28º 1% 0.54% -
HSV(B) 202.28º 0.93% 1% -
XYZ 32.12 34.99 99.67 -
YUV 132.48 197.14 46.34 -
System Red Green Blue C M Y K H S L
Decimal 18 167 255 0.93 0.35 0 0 202.28 1 0.54
Hex 12 A7 FF 5D 23 0 0 CA 64 36
Octal 22 247 377 135 43 0 0 312 144 66
Binary 10010 10100111 11111111 1011101 100011 0 0 11001010 1100100 110110

Color Harmonies of #12A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A7FF

Black with #12A7FF

Text Example


Text Example

White with #12A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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