Html Css Color HEX #10A2EC Dodger Blue

📋 copy color: '#10A2EC'

red 16 ◦ green 162 ◦ blue 236

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

Shades of Dodger Blue #10A2EC

Tints of Dodger Blue #10A2EC

RGB

 RED value IS 16 (6.64% from 255) = 3.86%

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

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

R = 3.86%
G = 39.13%
B = 57%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10A2EC (or 0x10A2EC) is known color: Dodger Blue. HEX triplet: 10, A2 and EC. RGB value is (16,162,236). Sum of RGB (Red+Green+Blue) = 16+162+236=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #10A2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A2EC is #EF5D13. Grayscale: #7E7E7E. Windows color (decimal): -15686932 or 15507984. OLE color: 15507984.

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

Color convert

RGB 16 162 236 -
CMYK 0.93 0.31 0 0.07
HSL 200.18º 0.87% 0.49% -
HSV(B) 200.18º 0.93% 0.93% -
XYZ 28.27 32.01 84.04 -
YUV 126.78 189.63 48.98 -
System Red Green Blue C M Y K H S L
Decimal 16 162 236 0.93 0.31 0 0.07 200.18 0.87 0.49
Hex 10 A2 EC 5D 1F 0 7 C8 57 31
Octal 20 242 354 135 37 0 7 310 127 61
Binary 10000 10100010 11101100 1011101 11111 0 111 11001000 1010111 110001

Color Harmonies of #10A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A2EC

Black with #10A2EC

Text Example


Text Example

White with #10A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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