#0F96FA

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

Shades of Dodger Blue #0F96FA

Tints of Dodger Blue #0F96FA

Color information

#0F96FA (or 0x0F96FA) is unknown color: approx Dodger Blue. HEX triplet: 0F, 96 and FA. RGB value is (15,150,250). Sum of RGB (Red+Green+Blue) = 15+150+250=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F96FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F96FA is #F06905. Grayscale: #787878. Windows color (decimal): -15755526 or 16422415. OLE color: 16422415.

HSL color Cylindrical-coordinate representation of color #0F96FA: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F96FA is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15150250-
CMYK0.940.400.02
HSL205.53º95.92%51.96%-
HSV(B)205.53º94%98.04%-
XYZ28.3628.8294.51-
YUV121.04200.7752.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.61%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=3.61%
G=36.14%
B=60.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151502500.940.400.02205.5395.9251.96
HexF96FA5E2802ce6034
Octal17226372136500231614064
Binary111110010110111110101011110101000010110011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,150,250); }

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

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

 a { background-color: rgb(15,150,250); }

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

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

 span { border-color: rgb(15,150,250); }

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