Html Css Color HEX #0F9EE9 Dodger Blue

📋 copy color: '#0F9EE9'

red 15 ◦ green 158 ◦ blue 233

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

Shades of Dodger Blue #0F9EE9

Tints of Dodger Blue #0F9EE9

RGB

 RED value IS 15 (6.25% from 255) = 3.69%

 GREEN value IS 158 (62.11% from 255) = 38.92%

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

R = 3.69%
G = 38.92%
B = 57.39%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0F9EE9 (or 0x0F9EE9) is known color: Dodger Blue. HEX triplet: 0F, 9E and E9. RGB value is (15,158,233). Sum of RGB (Red+Green+Blue) = 15+158+233=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #0F9EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9EE9 is #F06116. Grayscale: #7B7B7B. Windows color (decimal): -15753495 or 15310351. OLE color: 15310351.

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

Color convert

RGB 15 158 233 -
CMYK 0.94 0.32 0 0.09
HSL 200.64º 0.88% 0.49% -
HSV(B) 200.64º 0.94% 0.91% -
XYZ 27.13 30.44 81.54 -
YUV 123.79 189.62 50.4 -
System Red Green Blue C M Y K H S L
Decimal 15 158 233 0.94 0.32 0 0.09 200.64 0.88 0.49
Hex F 9E E9 5E 20 0 9 C9 58 31
Octal 17 236 351 136 40 0 11 311 130 61
Binary 1111 10011110 11101001 1011110 100000 0 1001 11001001 1011000 110001

Color Harmonies of #0F9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9EE9

Black with #0F9EE9

Text Example


Text Example

White with #0F9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,158,233); }

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

background-color css

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

 a { background-color: rgb(15,158,233); }

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

border-color css

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

 span { border-color: rgb(15,158,233); }

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