#0F87FF

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

Shades of Dodger Blue #0F87FF

Tints of Dodger Blue #0F87FF

Color information

#0F87FF (or 0x0F87FF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 87 and FF. RGB value is (15,135,255). Sum of RGB (Red+Green+Blue) = 15+135+255=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F87FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F87FF is #F07800. Grayscale: #707070. Windows color (decimal): -15759361 or 16746255. OLE color: 16746255.

HSL color Cylindrical-coordinate representation of color #0F87FF: hue angle of 210º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F87FF is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15135255-
CMYK0.940.4700
HSL210º100%52.94%-
HSV(B)210º94.12%100%-
XYZ26.9124.6597.95-
YUV112.8208.2458.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.70%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 62.96%
R=3.70%
G=33.33%
B=62.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151352550.940.470021010052.94
HexF87FF5E2F00d26435
Octal17207377136570032214465
Binary11111000011111111111101111010111100110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,255); }

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

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

 a { background-color: rgb(15,135,255); }

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

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

 span { border-color: rgb(15,135,255); }

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