#1314DF

Color #1314DF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1314DF

Tints of Medium Blue #1314DF

Color information

#1314DF (or 0x1314DF) is unknown color: approx Medium Blue. HEX triplet: 13, 14 and DF. RGB value is (19,20,223). Sum of RGB (Red+Green+Blue) = 19+20+223=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1314DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314DF is #ECEB20. Grayscale: #2A2A2A. Windows color (decimal): -15526689 or 14619667. OLE color: 14619667.

HSL color Cylindrical-coordinate representation of color #1314DF: hue angle of 239.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1314DF is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1920223-
CMYK0.910.9100.13
HSL239.71º84.3%47.45%-
HSV(B)239.71º91.48%87.45%-
XYZ13.845.9770.23-
YUV42.84229.67110.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 223 (87.5% from 255) = 85.11%
R=7.25%
G=7.63%
B=85.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19202230.910.9100.13239.7184.347.45
Hex1314DF5B5B0Df0542f
Octal232433713313301536012457
Binary1001110100110111111011011101101101101111100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1314DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1314DF; }

 p { color: rgb(19,20,223); }

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

<style>
 a { background-color: #1314DF; }

 a { background-color: rgb(19,20,223); }

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

<style>
 span { border-color: #1314DF; }

 span { border-color: rgb(19,20,223); }

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