Html Css Color HEX #1719DF Medium Blue

📋 copy color: '#1719DF'

red 23 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1719DF

Tints of Medium Blue #1719DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 8.49%
G = 9.23%
B = 82.29%

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

#1719DF (or 0x1719DF) is known color: Medium Blue. HEX triplet: 17, 19 and DF. RGB value is (23,25,223). Sum of RGB (Red+Green+Blue) = 23+25+223=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #1719DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719DF is #E8E620. Grayscale: #2E2E2E. Windows color (decimal): -15263265 or 14620951. OLE color: 14620951.

HSL color Cylindrical-coordinate representation of color #1719DF: hue angle of 239.4º 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 #1719DF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 25 223 -
CMYK 0.90 0.89 0 0.13
HSL 239.4º 0.81% 0.48% -
HSV(B) 239.4º 0.9% 0.87% -
XYZ 14.02 6.21 70.27 -
YUV 46.97 227.34 110.9 -
System Red Green Blue C M Y K H S L
Decimal 23 25 223 0.90 0.89 0 0.13 239.4 0.81 0.48
Hex 17 19 DF 5A 59 0 D EF 51 30
Octal 27 31 337 132 131 0 15 357 121 60
Binary 10111 11001 11011111 1011010 1011001 0 1101 11101111 1010001 110000

Color Harmonies of #1719DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719DF

Black with #1719DF

Text Example


Text Example

White with #1719DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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