Html Css Color HEX #0A9DEC Dodger Blue

📋 copy color: '#0A9DEC'

red 10 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #0A9DEC

Tints of Dodger Blue #0A9DEC

RGB

 RED value IS 10 (4.3% from 255) = 2.48%

 GREEN value IS 157 (61.72% from 255) = 38.96%

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

R = 2.48%
G = 38.96%
B = 58.56%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A9DEC (or 0x0A9DEC) is known color: Dodger Blue. HEX triplet: 0A, 9D and EC. RGB value is (10,157,236). Sum of RGB (Red+Green+Blue) = 10+157+236=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A9DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9DEC is #F56213. Grayscale: #797979. Windows color (decimal): -16081428 or 15506698. OLE color: 15506698.

HSL color Cylindrical-coordinate representation of color #0A9DEC: hue angle of 200.97º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9DEC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 157 236 -
CMYK 0.96 0.33 0 0.07
HSL 200.97º 0.92% 0.48% -
HSV(B) 200.97º 0.96% 0.93% -
XYZ 27.32 30.23 83.75 -
YUV 122.05 192.3 48.08 -
System Red Green Blue C M Y K H S L
Decimal 10 157 236 0.96 0.33 0 0.07 200.97 0.92 0.48
Hex A 9D EC 60 21 0 7 C9 5C 30
Octal 12 235 354 140 41 0 7 311 134 60
Binary 1010 10011101 11101100 1100000 100001 0 111 11001001 1011100 110000

Color Harmonies of #0A9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9DEC

Black with #0A9DEC

Text Example


Text Example

White with #0A9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9DEC; }

 p { color: rgb(10,157,236); }

 H1.HeaderClassName
 {
   color: #0A9DEC;
 }
 .AnyTagClassName
 {
   color: #0A9DEC;
 }
</style>

background-color css

<style>
 a { background-color: #0A9DEC; }

 a { background-color: rgb(10,157,236); }

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

border-color css

<style>
 span { border-color: #0A9DEC; }

 span { border-color: rgb(10,157,236); }

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