Html Css Color HEX #1317DB Medium Blue

📋 copy color: '#1317DB'

red 19 ◦ green 23 ◦ blue 219

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

Shades of Medium Blue #1317DB

Tints of Medium Blue #1317DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 83.91%

R = 7.28%
G = 8.81%
B = 83.91%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1317DB (or 0x1317DB) is known color: Medium Blue. HEX triplet: 13, 17 and DB. RGB value is (19,23,219). Sum of RGB (Red+Green+Blue) = 19+23+219=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #1317DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317DB is #ECE824. Grayscale: #2B2B2B. Windows color (decimal): -15525925 or 14358291. OLE color: 14358291.

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

Color convert

RGB 19 23 219 -
CMYK 0.91 0.89 0 0.14
HSL 238.8º 0.84% 0.47% -
HSV(B) 238.8º 0.91% 0.86% -
XYZ 13.36 5.87 67.45 -
YUV 44.15 226.67 110.06 -
System Red Green Blue C M Y K H S L
Decimal 19 23 219 0.91 0.89 0 0.14 238.8 0.84 0.47
Hex 13 17 DB 5B 59 0 E EF 54 2F
Octal 23 27 333 133 131 0 16 357 124 57
Binary 10011 10111 11011011 1011011 1011001 0 1110 11101111 1010100 101111

Color Harmonies of #1317DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317DB

Black with #1317DB

Text Example


Text Example

White with #1317DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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