#0F7CEF

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

Shades of Dodger Blue #0F7CEF

Tints of Dodger Blue #0F7CEF

Color information

#0F7CEF (or 0x0F7CEF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 7C and EF. RGB value is (15,124,239). Sum of RGB (Red+Green+Blue) = 15+124+239=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F7CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7CEF is #F08310. Grayscale: #676767. Windows color (decimal): -15762193 or 15694863. OLE color: 15694863.

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

Color convert

RGB15124239-
CMYK0.940.4800.06
HSL210.8º88.19%49.8%-
HSV(B)210.8º93.72%93.73%-
XYZ22.9820.7584.45-
YUV104.52203.8964.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.97%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 239 (93.75% from 255) = 63.23%
R=3.97%
G=32.80%
B=63.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151242390.940.4800.06210.888.1949.8
HexF7CEF5E3006d35832
Octal17174357136600632313062
Binary111111111001110111110111101100000110110100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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