#0F82EF

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

Shades of Dodger Blue #0F82EF

Tints of Dodger Blue #0F82EF

Color information

#0F82EF (or 0x0F82EF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 82 and EF. RGB value is (15,130,239). Sum of RGB (Red+Green+Blue) = 15+130+239=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F82EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F82EF is #F07D10. Grayscale: #6B6B6B. Windows color (decimal): -15760657 or 15696399. OLE color: 15696399.

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

Color convert

RGB15130239-
CMYK0.940.4600.06
HSL209.2º88.19%49.8%-
HSV(B)209.2º93.72%93.73%-
XYZ23.7622.384.71-
YUV108.04201.961.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.91%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 239 (93.75% from 255) = 62.24%
R=3.91%
G=33.85%
B=62.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151302390.940.4600.06209.288.1949.8
HexF82EF5E2E06d15832
Octal17202357136560632113062
Binary1111100000101110111110111101011100110110100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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