#115FFC

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

Shades of Dodger Blue #115FFC

Tints of Dodger Blue #115FFC

Color information

#115FFC (or 0x115FFC) is unknown color: approx Dodger Blue. HEX triplet: 11, 5F and FC. RGB value is (17,95,252). Sum of RGB (Red+Green+Blue) = 17+95+252=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #115FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FFC is #EEA003. Grayscale: #585858. Windows color (decimal): -15638532 or 16539409. OLE color: 16539409.

HSL color Cylindrical-coordinate representation of color #115FFC: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FFC is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1795252-
CMYK0.930.6200.01
HSL220.09º97.51%52.75%-
HSV(B)220.09º93.25%98.82%-
XYZ21.8915.3393.9-
YUV89.58219.6676.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.67%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 252 (98.83% from 255) = 69.23%
R=4.67%
G=26.10%
B=69.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17952520.930.6200.01220.0997.5152.75
Hex115FFC5D3E01dc6235
Octal21137374135760133414265
Binary10001101111111111100101110111111001110111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115FFC; }

 p { color: rgb(17,95,252); }

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

<style>
 a { background-color: #115FFC; }

 a { background-color: rgb(17,95,252); }

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

<style>
 span { border-color: #115FFC; }

 span { border-color: rgb(17,95,252); }

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