Html Css Color HEX #1717DB Medium Blue

📋 copy color: '#1717DB'

red 23 ◦ green 23 ◦ blue 219

#1717DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1717DB

Tints of Medium Blue #1717DB

RGB

 RED value IS 23 (9.38% from 255) = 8.68%

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 8.68%
G = 8.68%
B = 82.64%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1717DB (or 0x1717DB) is known color: Medium Blue. HEX triplet: 17, 17 and DB. RGB value is (23,23,219). Sum of RGB (Red+Green+Blue) = 23+23+219=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #1717DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1717DB is #E8E824. Grayscale: #2C2C2C. Windows color (decimal): -15263781 or 14358295. OLE color: 14358295.

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

Color convert

RGB 23 23 219 -
CMYK 0.89 0.89 0 0.14
HSL 240º 0.81% 0.47% -
HSV(B) 240º 0.89% 0.86% -
XYZ 13.45 5.91 67.45 -
YUV 45.34 226 112.06 -
System Red Green Blue C M Y K H S L
Decimal 23 23 219 0.89 0.89 0 0.14 240 0.81 0.47
Hex 17 17 DB 59 59 0 E F0 51 2F
Octal 27 27 333 131 131 0 16 360 121 57
Binary 10111 10111 11011011 1011001 1011001 0 1110 11110000 1010001 101111

Color Harmonies of #1717DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1717DB

Black with #1717DB

Text Example


Text Example

White with #1717DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1717DB;
 }
 .AnyTagClassName
 {
   color: #1717DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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