Html Css Color HEX #0F8EE9 Dodger Blue

📋 copy color: '#0F8EE9'

red 15 ◦ green 142 ◦ blue 233

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

Shades of Dodger Blue #0F8EE9

Tints of Dodger Blue #0F8EE9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.41%

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

R = 3.85%
G = 36.41%
B = 59.74%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0F8EE9 (or 0x0F8EE9) is known color: Dodger Blue. HEX triplet: 0F, 8E and E9. RGB value is (15,142,233). Sum of RGB (Red+Green+Blue) = 15+142+233=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #0F8EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8EE9 is #F07116. Grayscale: #717171. Windows color (decimal): -15757591 or 15306255. OLE color: 15306255.

HSL color Cylindrical-coordinate representation of color #0F8EE9: hue angle of 205.05º 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 #0F8EE9 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 15 142 233 -
CMYK 0.94 0.39 0 0.09
HSL 205.05º 0.88% 0.49% -
HSV(B) 205.05º 0.94% 0.91% -
XYZ 24.58 25.33 80.68 -
YUV 114.4 194.92 57.1 -
System Red Green Blue C M Y K H S L
Decimal 15 142 233 0.94 0.39 0 0.09 205.05 0.88 0.49
Hex F 8E E9 5E 27 0 9 CD 58 31
Octal 17 216 351 136 47 0 11 315 130 61
Binary 1111 10001110 11101001 1011110 100111 0 1001 11001101 1011000 110001

Color Harmonies of #0F8EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EE9

Black with #0F8EE9

Text Example


Text Example

White with #0F8EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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