Html Css Color HEX #12A2EC Dodger Blue

📋 copy color: '#12A2EC'

red 18 ◦ green 162 ◦ blue 236

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

Shades of Dodger Blue #12A2EC

Tints of Dodger Blue #12A2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 4.33%
G = 38.94%
B = 56.73%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12A2EC (or 0x12A2EC) is known color: Dodger Blue. HEX triplet: 12, A2 and EC. RGB value is (18,162,236). Sum of RGB (Red+Green+Blue) = 18+162+236=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #12A2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A2EC is #ED5D13. Grayscale: #7E7E7E. Windows color (decimal): -15555860 or 15507986. OLE color: 15507986.

HSL color Cylindrical-coordinate representation of color #12A2EC: hue angle of 200.37º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A2EC is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 162 236 -
CMYK 0.92 0.31 0 0.07
HSL 200.37º 0.86% 0.5% -
HSV(B) 200.37º 0.92% 0.93% -
XYZ 28.31 32.03 84.05 -
YUV 127.38 189.29 49.98 -
System Red Green Blue C M Y K H S L
Decimal 18 162 236 0.92 0.31 0 0.07 200.37 0.86 0.5
Hex 12 A2 EC 5C 1F 0 7 C8 56 32
Octal 22 242 354 134 37 0 7 310 126 62
Binary 10010 10100010 11101100 1011100 11111 0 111 11001000 1010110 110010

Color Harmonies of #12A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2EC

Black with #12A2EC

Text Example


Text Example

White with #12A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,236); }

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

background-color css

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

 a { background-color: rgb(18,162,236); }

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

border-color css

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

 span { border-color: rgb(18,162,236); }

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