Html Css Color HEX #0A9FE9 Dodger Blue

📋 copy color: '#0A9FE9'

red 10 ◦ green 159 ◦ blue 233

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

Shades of Dodger Blue #0A9FE9

Tints of Dodger Blue #0A9FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

 BLUE value IS 233 (91.41% from 255) = 57.96%

R = 2.49%
G = 39.55%
B = 57.96%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0A9FE9 (or 0x0A9FE9) is known color: Dodger Blue. HEX triplet: 0A, 9F and E9. RGB value is (10,159,233). Sum of RGB (Red+Green+Blue) = 10+159+233=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #0A9FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9FE9 is #F56016. Grayscale: #7A7A7A. Windows color (decimal): -16080919 or 15310602. OLE color: 15310602.

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

Color convert

RGB 10 159 233 -
CMYK 0.96 0.32 0 0.09
HSL 199.91º 0.92% 0.48% -
HSV(B) 199.91º 0.96% 0.91% -
XYZ 27.23 30.74 81.59 -
YUV 122.89 190.14 47.48 -
System Red Green Blue C M Y K H S L
Decimal 10 159 233 0.96 0.32 0 0.09 199.91 0.92 0.48
Hex A 9F E9 60 20 0 9 C8 5C 30
Octal 12 237 351 140 40 0 11 310 134 60
Binary 1010 10011111 11101001 1100000 100000 0 1001 11001000 1011100 110000

Color Harmonies of #0A9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9FE9

Black with #0A9FE9

Text Example


Text Example

White with #0A9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,159,233); }

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

background-color css

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

 a { background-color: rgb(10,159,233); }

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

border-color css

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

 span { border-color: rgb(10,159,233); }

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