Html Css Color HEX #10A0EF Dodger Blue

📋 copy color: '#10A0EF'

red 16 ◦ green 160 ◦ blue 239

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

Shades of Dodger Blue #10A0EF

Tints of Dodger Blue #10A0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 3.86%
G = 38.55%
B = 57.59%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10A0EF (or 0x10A0EF) is known color: Dodger Blue. HEX triplet: 10, A0 and EF. RGB value is (16,160,239). Sum of RGB (Red+Green+Blue) = 16+160+239=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #10A0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A0EF is #EF5F10. Grayscale: #7D7D7D. Windows color (decimal): -15687441 or 15704080. OLE color: 15704080.

HSL color Cylindrical-coordinate representation of color #10A0EF: hue angle of 201.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A0EF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 160 239 -
CMYK 0.93 0.33 0 0.06
HSL 201.26º 0.87% 0.5% -
HSV(B) 201.26º 0.93% 0.94% -
XYZ 28.36 31.48 86.24 -
YUV 125.95 191.79 49.58 -
System Red Green Blue C M Y K H S L
Decimal 16 160 239 0.93 0.33 0 0.06 201.26 0.87 0.5
Hex 10 A0 EF 5D 21 0 6 C9 57 32
Octal 20 240 357 135 41 0 6 311 127 62
Binary 10000 10100000 11101111 1011101 100001 0 110 11001001 1010111 110010

Color Harmonies of #10A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A0EF

Black with #10A0EF

Text Example


Text Example

White with #10A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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