#0F69FB

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

Shades of Dodger Blue #0F69FB

Tints of Dodger Blue #0F69FB

Color information

#0F69FB (or 0x0F69FB) is unknown color: approx Dodger Blue. HEX triplet: 0F, 69 and FB. RGB value is (15,105,251). Sum of RGB (Red+Green+Blue) = 15+105+251=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F69FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F69FB is #F09604. Grayscale: #5E5E5E. Windows color (decimal): -15767045 or 16476431. OLE color: 16476431.

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

Color convert

RGB15105251-
CMYK0.940.5800.02
HSL217.12º96.72%52.16%-
HSV(B)217.12º94.02%98.43%-
XYZ22.6617.1793.39-
YUV94.73216.1871.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.04%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 251 (98.44% from 255) = 67.65%
R=4.04%
G=28.30%
B=67.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151052510.940.5800.02217.1296.7252.16
HexF69FB5E3A02d96134
Octal17151373136720233114164
Binary11111101001111110111011110111010010110110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,251); }

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

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

 a { background-color: rgb(15,105,251); }

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

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

 span { border-color: rgb(15,105,251); }

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