Html Css Color HEX #1719DD Medium Blue

📋 copy color: '#1719DD'

red 23 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #1719DD

Tints of Medium Blue #1719DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 8.55%
G = 9.29%
B = 82.16%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1719DD (or 0x1719DD) is known color: Medium Blue. HEX triplet: 17, 19 and DD. RGB value is (23,25,221). Sum of RGB (Red+Green+Blue) = 23+25+221=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #1719DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719DD is #E8E622. Grayscale: #2D2D2D. Windows color (decimal): -15263267 or 14489879. OLE color: 14489879.

HSL color Cylindrical-coordinate representation of color #1719DD: hue angle of 239.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1719DD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 25 221 -
CMYK 0.90 0.89 0 0.13
HSL 239.39º 0.81% 0.48% -
HSV(B) 239.39º 0.9% 0.87% -
XYZ 13.75 6.1 68.86 -
YUV 46.75 226.34 111.06 -
System Red Green Blue C M Y K H S L
Decimal 23 25 221 0.90 0.89 0 0.13 239.39 0.81 0.48
Hex 17 19 DD 5A 59 0 D EF 51 30
Octal 27 31 335 132 131 0 15 357 121 60
Binary 10111 11001 11011101 1011010 1011001 0 1101 11101111 1010001 110000

Color Harmonies of #1719DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719DD

Black with #1719DD

Text Example


Text Example

White with #1719DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1719DD; }

 p { color: rgb(23,25,221); }

 H1.HeaderClassName
 {
   color: #1719DD;
 }
 .AnyTagClassName
 {
   color: #1719DD;
 }
</style>

background-color css

<style>
 a { background-color: #1719DD; }

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

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

border-color css

<style>
 span { border-color: #1719DD; }

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

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