#1714DB

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

Shades of Medium Blue #1714DB

Tints of Medium Blue #1714DB

Color information

#1714DB (or 0x1714DB) is unknown color: approx Medium Blue. HEX triplet: 17, 14 and DB. RGB value is (23,20,219). Sum of RGB (Red+Green+Blue) = 23+20+219=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #1714DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714DB is #E8EB24. Grayscale: #2A2A2A. Windows color (decimal): -15264549 or 14357527. OLE color: 14357527.

HSL color Cylindrical-coordinate representation of color #1714DB: hue angle of 240.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1714DB is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2320219-
CMYK0.890.9100.14
HSL240.9º83.26%46.86%-
HSV(B)240.9º90.87%85.88%-
XYZ13.395.867.43-
YUV43.58226.99113.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.78%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 219 (85.94% from 255) = 83.59%
R=8.78%
G=7.63%
B=83.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23202190.890.9100.14240.983.2646.86
Hex1714DB595B0Ef1532f
Octal272433313113301636112357
Binary1011110100110110111011001101101101110111100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1714DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1714DB; }

 p { color: rgb(23,20,219); }

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

<style>
 a { background-color: #1714DB; }

 a { background-color: rgb(23,20,219); }

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

<style>
 span { border-color: #1714DB; }

 span { border-color: rgb(23,20,219); }

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