#0F7EFF

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

Shades of Dodger Blue #0F7EFF

Tints of Dodger Blue #0F7EFF

Color information

#0F7EFF (or 0x0F7EFF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 7E and FF. RGB value is (15,126,255). Sum of RGB (Red+Green+Blue) = 15+126+255=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F7EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7EFF is #F08100. Grayscale: #6A6A6A. Windows color (decimal): -15761665 or 16743951. OLE color: 16743951.

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

Color convert

RGB15126255-
CMYK0.940.5100
HSL212.25º100%52.94%-
HSV(B)212.25º94.12%100%-
XYZ25.7122.2497.55-
YUV107.52211.2362.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.79%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 255 (100% from 255) = 64.39%
R=3.79%
G=31.82%
B=64.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151262550.940.5100212.2510052.94
HexF7EFF5E3300d46435
Octal17176377136630032414465
Binary1111111111011111111101111011001100110101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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