#0f9fe8

Color #0F9FE8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0F9FE8

Tints of Dodger Blue #0F9FE8

Color information

#0F9FE8 (or 0x0F9FE8) is unknown color: approx Dodger Blue. HEX triplet: 0F, 9F and E8. RGB value is (15,159,232). Sum of RGB (Red+Green+Blue) = 15+159+232=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #0F9FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9FE8 is #F06017. Grayscale: #7B7B7B. Windows color (decimal): -15753240 or 15245071. OLE color: 15245071.

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

Color convert

RGB15159232-
CMYK0.940.3100.09
HSL200.18º87.85%48.43%-
HSV(B)200.18º93.53%90.98%-
XYZ27.1630.7280.84-
YUV124.27188.7950.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.69%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 232 (91.02% from 255) = 57.14%
R=3.69%
G=39.16%
B=57.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151592320.940.3100.09200.1887.8548.43
HexF9FE85E1F09c85830
Octal172373501363701131013060
Binary1111100111111110100010111101111101001110010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,232); }

 H1.HeaderClassName
 {
   color: #0f9fe8;
 }
 .AnyTagClassName
 {
   color: #0f9fe8;
 }
</style>
background-color css

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

 a { background-color: rgb(15,159,232); }

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

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

 span { border-color: rgb(15,159,232); }

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