Html Css Color HEX #1311DD Medium Blue

📋 copy color: '#1311DD'

red 19 ◦ green 17 ◦ blue 221

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

Shades of Medium Blue #1311DD

Tints of Medium Blue #1311DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 221 (86.72% from 255) = 85.99%

R = 7.39%
G = 6.61%
B = 85.99%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1311DD (or 0x1311DD) is known color: Medium Blue. HEX triplet: 13, 11 and DD. RGB value is (19,17,221). Sum of RGB (Red+Green+Blue) = 19+17+221=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #1311DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1311DD is #ECEE22. Grayscale: #282828. Windows color (decimal): -15527459 or 14487827. OLE color: 14487827.

HSL color Cylindrical-coordinate representation of color #1311DD: hue angle of 240.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1311DD is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 17 221 -
CMYK 0.91 0.92 0 0.13
HSL 240.59º 0.86% 0.47% -
HSV(B) 240.59º 0.92% 0.87% -
XYZ 13.52 5.76 68.81 -
YUV 40.85 229.66 112.41 -
System Red Green Blue C M Y K H S L
Decimal 19 17 221 0.91 0.92 0 0.13 240.59 0.86 0.47
Hex 13 11 DD 5B 5C 0 D F1 56 2F
Octal 23 21 335 133 134 0 15 361 126 57
Binary 10011 10001 11011101 1011011 1011100 0 1101 11110001 1010110 101111

Color Harmonies of #1311DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311DD

Black with #1311DD

Text Example


Text Example

White with #1311DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1311DD; }

 p { color: rgb(19,17,221); }

 H1.HeaderClassName
 {
   color: #1311DD;
 }
 .AnyTagClassName
 {
   color: #1311DD;
 }
</style>

background-color css

<style>
 a { background-color: #1311DD; }

 a { background-color: rgb(19,17,221); }

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

border-color css

<style>
 span { border-color: #1311DD; }

 span { border-color: rgb(19,17,221); }

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