#0F84EB

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

Shades of Dodger Blue #0F84EB

Tints of Dodger Blue #0F84EB

Color information

#0F84EB (or 0x0F84EB) is unknown color: approx Dodger Blue. HEX triplet: 0F, 84 and EB. RGB value is (15,132,235). Sum of RGB (Red+Green+Blue) = 15+132+235=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F84EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F84EB is #F07B14. Grayscale: #6C6C6C. Windows color (decimal): -15760149 or 15434767. OLE color: 15434767.

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

Color convert

RGB15132235-
CMYK0.940.4400.08
HSL208.09º88%49.02%-
HSV(B)208.09º93.62%92.16%-
XYZ23.4422.681.72-
YUV108.76199.2461.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.93%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=3.93%
G=34.55%
B=61.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151322350.940.4400.08208.098849.02
HexF84EB5E2C08d05831
Octal172043531365401032013061
Binary11111000010011101011101111010110001000110100001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,132,235); }

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

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

 a { background-color: rgb(15,132,235); }

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

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

 span { border-color: rgb(15,132,235); }

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