#0F69FC

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

Shades of Dodger Blue #0F69FC

Tints of Dodger Blue #0F69FC

Color information

#0F69FC (or 0x0F69FC) is unknown color: approx Dodger Blue. HEX triplet: 0F, 69 and FC. RGB value is (15,105,252). Sum of RGB (Red+Green+Blue) = 15+105+252=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F69FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F69FC is #F09603. Grayscale: #5E5E5E. Windows color (decimal): -15767044 or 16541967. OLE color: 16541967.

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

Color convert

RGB15105252-
CMYK0.940.5800.01
HSL217.22º97.53%52.35%-
HSV(B)217.22º94.05%98.82%-
XYZ22.8217.2394.22-
YUV94.85216.6871.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.03%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 252 (98.83% from 255) = 67.74%
R=4.03%
G=28.23%
B=67.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151052520.940.5800.01217.2297.5352.35
HexF69FC5E3A01d96234
Octal17151374136720133114264
Binary1111110100111111100101111011101001110110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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