Html Css Color HEX #1719CC Medium Blue

📋 copy color: '#1719CC'

red 23 ◦ green 25 ◦ blue 204

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

Shades of Medium Blue #1719CC

Tints of Medium Blue #1719CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.95%

R = 9.13%
G = 9.92%
B = 80.95%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1719CC (or 0x1719CC) is known color: Medium Blue. HEX triplet: 17, 19 and CC. RGB value is (23,25,204). Sum of RGB (Red+Green+Blue) = 23+25+204=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #1719CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719CC is #E8E633. Grayscale: #2C2C2C. Windows color (decimal): -15263284 or 13375767. OLE color: 13375767.

HSL color Cylindrical-coordinate representation of color #1719CC: 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 #1719CC is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 25 204 -
CMYK 0.89 0.88 0 0.2
HSL 239.34º 0.8% 0.45% -
HSV(B) 239.34º 0.89% 0.8% -
XYZ 11.6 5.24 57.53 -
YUV 44.81 217.84 112.45 -
System Red Green Blue C M Y K H S L
Decimal 23 25 204 0.89 0.88 0 0.2 239.34 0.8 0.45
Hex 17 19 CC 59 58 0 14 EF 50 2D
Octal 27 31 314 131 130 0 24 357 120 55
Binary 10111 11001 11001100 1011001 1011000 0 10100 11101111 1010000 101101

Color Harmonies of #1719CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719CC

Black with #1719CC

Text Example


Text Example

White with #1719CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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