#0f94ef

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

Shades of Dodger Blue #0F94EF

Tints of Dodger Blue #0F94EF

Color information

#0F94EF (or 0x0F94EF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 94 and EF. RGB value is (15,148,239). Sum of RGB (Red+Green+Blue) = 15+148+239=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F94EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F94EF is #F06B10. Grayscale: #767676. Windows color (decimal): -15756049 or 15701007. OLE color: 15701007.

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

Color convert

RGB15148239-
CMYK0.940.3800.06
HSL204.38º88.19%49.8%-
HSV(B)204.38º93.72%93.73%-
XYZ26.3727.5185.58-
YUV118.61195.9454.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.73%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 239 (93.75% from 255) = 59.45%
R=3.73%
G=36.82%
B=59.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151482390.940.3800.06204.3888.1949.8
HexF94EF5E2606cc5832
Octal17224357136460631413062
Binary1111100101001110111110111101001100110110011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f94ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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