#0f86ef

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

Shades of Dodger Blue #0F86EF

Tints of Dodger Blue #0F86EF

Color information

#0F86EF (or 0x0F86EF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 86 and EF. RGB value is (15,134,239). Sum of RGB (Red+Green+Blue) = 15+134+239=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F86EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F86EF is #F07910. Grayscale: #6D6D6D. Windows color (decimal): -15759633 or 15697423. OLE color: 15697423.

HSL color Cylindrical-coordinate representation of color #0F86EF: hue angle of 208.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F86EF is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15134239-
CMYK0.940.4400.06
HSL208.12º88.19%49.8%-
HSV(B)208.12º93.72%93.73%-
XYZ24.323.3884.89-
YUV110.39200.5859.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.87%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 239 (93.75% from 255) = 61.60%
R=3.87%
G=34.54%
B=61.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151342390.940.4400.06208.1288.1949.8
HexF86EF5E2C06d05832
Octal17206357136540632013062
Binary1111100001101110111110111101011000110110100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f86ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,134,239); }

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

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

 a { background-color: rgb(15,134,239); }

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

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

 span { border-color: rgb(15,134,239); }

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