Html Css Color HEX #1719CD Medium Blue

📋 copy color: '#1719CD'

red 23 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #1719CD

Tints of Medium Blue #1719CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.03%

R = 9.09%
G = 9.88%
B = 81.03%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1719CD (or 0x1719CD) is known color: Medium Blue. HEX triplet: 17, 19 and CD. RGB value is (23,25,205). Sum of RGB (Red+Green+Blue) = 23+25+205=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #1719CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719CD is #E8E632. Grayscale: #2C2C2C. Windows color (decimal): -15263283 or 13441303. OLE color: 13441303.

HSL color Cylindrical-coordinate representation of color #1719CD: hue angle of 239.34º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1719CD is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 25 205 -
CMYK 0.89 0.88 0 0.20
HSL 239.34º 0.8% 0.45% -
HSV(B) 239.34º 0.89% 0.8% -
XYZ 11.72 5.29 58.16 -
YUV 44.92 218.34 112.36 -
System Red Green Blue C M Y K H S L
Decimal 23 25 205 0.89 0.88 0 0.20 239.34 0.8 0.45
Hex 17 19 CD 59 58 0 14 EF 50 2D
Octal 27 31 315 131 130 0 24 357 120 55
Binary 10111 11001 11001101 1011001 1011000 0 10100 11101111 1010000 101101

Color Harmonies of #1719CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719CD

Black with #1719CD

Text Example


Text Example

White with #1719CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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