#0F68FC

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

Shades of Dodger Blue #0F68FC

Tints of Dodger Blue #0F68FC

Color information

#0F68FC (or 0x0F68FC) is unknown color: approx Dodger Blue. HEX triplet: 0F, 68 and FC. RGB value is (15,104,252). Sum of RGB (Red+Green+Blue) = 15+104+252=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F68FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F68FC is #F09703. Grayscale: #5D5D5D. Windows color (decimal): -15767300 or 16541711. OLE color: 16541711.

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

Color convert

RGB15104252-
CMYK0.940.5900.01
HSL217.47º97.53%52.35%-
HSV(B)217.47º94.05%98.82%-
XYZ22.7217.0394.19-
YUV94.26217.0171.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.04%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 252 (98.83% from 255) = 67.92%
R=4.04%
G=28.03%
B=67.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151042520.940.5900.01217.4797.5352.35
HexF68FC5E3B01d96234
Octal17150374136730133114264
Binary1111110100011111100101111011101101110110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F68FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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