Html Css Color HEX #1317D9 Medium Blue

📋 copy color: '#1317D9'

red 19 ◦ green 23 ◦ blue 217

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

Shades of Medium Blue #1317D9

Tints of Medium Blue #1317D9

RGB

 RED value IS 19 (7.81% from 255) = 7.34%

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

 BLUE value IS 217 (85.16% from 255) = 83.78%

R = 7.34%
G = 8.88%
B = 83.78%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1317D9 (or 0x1317D9) is known color: Medium Blue. HEX triplet: 13, 17 and D9. RGB value is (19,23,217). Sum of RGB (Red+Green+Blue) = 19+23+217=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 217 (85.16% from 255 or 83.78% from 259); Max value from RGB is 217 - color contains mainly: blue. Hex color #1317D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317D9 is #ECE826. Grayscale: #2B2B2B. Windows color (decimal): -15525927 or 14227219. OLE color: 14227219.

HSL color Cylindrical-coordinate representation of color #1317D9: hue angle of 238.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1317D9 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 23 217 -
CMYK 0.91 0.89 0 0.15
HSL 238.79º 0.84% 0.46% -
HSV(B) 238.79º 0.91% 0.85% -
XYZ 13.1 5.76 66.07 -
YUV 43.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 19 23 217 0.91 0.89 0 0.15 238.79 0.84 0.46
Hex 13 17 D9 5B 59 0 F EF 54 2E
Octal 23 27 331 133 131 0 17 357 124 56
Binary 10011 10111 11011001 1011011 1011001 0 1111 11101111 1010100 101110

Color Harmonies of #1317D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317D9

Black with #1317D9

Text Example


Text Example

White with #1317D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1317D9; }

 p { color: rgb(19,23,217); }

 H1.HeaderClassName
 {
   color: #1317D9;
 }
 .AnyTagClassName
 {
   color: #1317D9;
 }
</style>

background-color css

<style>
 a { background-color: #1317D9; }

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

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

border-color css

<style>
 span { border-color: #1317D9; }

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

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