Html Css Color HEX #0A9BEC Dodger Blue

📋 copy color: '#0A9BEC'

red 10 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #0A9BEC

Tints of Dodger Blue #0A9BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.65%

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

R = 2.49%
G = 38.65%
B = 58.85%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A9BEC (or 0x0A9BEC) is known color: Dodger Blue. HEX triplet: 0A, 9B and EC. RGB value is (10,155,236). Sum of RGB (Red+Green+Blue) = 10+155+236=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A9BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9BEC is #F56413. Grayscale: #787878. Windows color (decimal): -16081940 or 15506186. OLE color: 15506186.

HSL color Cylindrical-coordinate representation of color #0A9BEC: hue angle of 201.5º 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 #0A9BEC is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 155 236 -
CMYK 0.96 0.34 0 0.07
HSL 201.5º 0.92% 0.48% -
HSV(B) 201.5º 0.96% 0.93% -
XYZ 26.99 29.56 83.64 -
YUV 120.88 192.96 48.91 -
System Red Green Blue C M Y K H S L
Decimal 10 155 236 0.96 0.34 0 0.07 201.5 0.92 0.48
Hex A 9B EC 60 22 0 7 CA 5C 30
Octal 12 233 354 140 42 0 7 312 134 60
Binary 1010 10011011 11101100 1100000 100010 0 111 11001010 1011100 110000

Color Harmonies of #0A9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9BEC

Black with #0A9BEC

Text Example


Text Example

White with #0A9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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