#0F6FF9

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

Shades of Dodger Blue #0F6FF9

Tints of Dodger Blue #0F6FF9

Color information

#0F6FF9 (or 0x0F6FF9) is unknown color: approx Dodger Blue. HEX triplet: 0F, 6F and F9. RGB value is (15,111,249). Sum of RGB (Red+Green+Blue) = 15+111+249=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #0F6FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6FF9 is #F09006. Grayscale: #616161. Windows color (decimal): -15765511 or 16346895. OLE color: 16346895.

HSL color Cylindrical-coordinate representation of color #0F6FF9: hue angle of 215.38º degrees, saturation: 0.95, 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 #0F6FF9 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15111249-
CMYK0.940.5500.02
HSL215.38º95.12%51.76%-
HSV(B)215.38º93.98%97.65%-
XYZ22.9818.3191.95-
YUV98.03213.268.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 249 (97.66% from 255) = 66.4%
R=4%
G=29.6%
B=66.4%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151112490.940.5500.02215.3895.1251.76
HexF6FF95E3702d75f34
Octal17157371136670232713764
Binary11111101111111110011011110110111010110101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,249); }

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

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

 a { background-color: rgb(15,111,249); }

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

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

 span { border-color: rgb(15,111,249); }

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