#0F76EB

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

Shades of Dodger Blue #0F76EB

Tints of Dodger Blue #0F76EB

Color information

#0F76EB (or 0x0F76EB) is unknown color: approx Dodger Blue. HEX triplet: 0F, 76 and EB. RGB value is (15,118,235). Sum of RGB (Red+Green+Blue) = 15+118+235=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F76EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F76EB is #F08914. Grayscale: #636363. Windows color (decimal): -15763733 or 15431183. OLE color: 15431183.

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

Color convert

RGB15118235-
CMYK0.940.5000.08
HSL211.91º88%49.02%-
HSV(B)211.91º93.62%92.16%-
XYZ21.6719.0681.13-
YUV100.54203.8866.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=4.08%
G=32.07%
B=63.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151182350.940.5000.08211.918849.02
HexF76EB5E3208d45831
Octal171663531366201032413061
Binary1111111011011101011101111011001001000110101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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