#0f93ef

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

Shades of Dodger Blue #0F93EF

Tints of Dodger Blue #0F93EF

Color information

#0F93EF (or 0x0F93EF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 93 and EF. RGB value is (15,147,239). Sum of RGB (Red+Green+Blue) = 15+147+239=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F93EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F93EF is #F06C10. Grayscale: #757575. Windows color (decimal): -15756305 or 15700751. OLE color: 15700751.

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

Color convert

RGB15147239-
CMYK0.940.3800.06
HSL204.64º88.19%49.8%-
HSV(B)204.64º93.72%93.73%-
XYZ26.2127.285.53-
YUV118.02196.2754.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.74%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 239 (93.75% from 255) = 59.60%
R=3.74%
G=36.66%
B=59.60%

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
Decimal151472390.940.3800.06204.6488.1949.8
HexF93EF5E2606cd5832
Octal17223357136460631513062
Binary1111100100111110111110111101001100110110011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f93ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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