Html Css Color HEX #10A0EC Dodger Blue

📋 copy color: '#10A0EC'

red 16 ◦ green 160 ◦ blue 236

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

Shades of Dodger Blue #10A0EC

Tints of Dodger Blue #10A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

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

R = 3.88%
G = 38.83%
B = 57.28%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10A0EC (or 0x10A0EC) is known color: Dodger Blue. HEX triplet: 10, A0 and EC. RGB value is (16,160,236). Sum of RGB (Red+Green+Blue) = 16+160+236=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #10A0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A0EC is #EF5F13. Grayscale: #7D7D7D. Windows color (decimal): -15687444 or 15507472. OLE color: 15507472.

HSL color Cylindrical-coordinate representation of color #10A0EC: hue angle of 200.73º 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 #10A0EC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 160 236 -
CMYK 0.93 0.32 0 0.07
HSL 200.73º 0.87% 0.49% -
HSV(B) 200.73º 0.93% 0.93% -
XYZ 27.92 31.31 83.93 -
YUV 125.61 190.29 49.82 -
System Red Green Blue C M Y K H S L
Decimal 16 160 236 0.93 0.32 0 0.07 200.73 0.87 0.49
Hex 10 A0 EC 5D 20 0 7 C9 57 31
Octal 20 240 354 135 40 0 7 311 127 61
Binary 10000 10100000 11101100 1011101 100000 0 111 11001001 1010111 110001

Color Harmonies of #10A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A0EC

Black with #10A0EC

Text Example


Text Example

White with #10A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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