Html Css Color HEX #1511DB Medium Blue

📋 copy color: '#1511DB'

red 21 ◦ green 17 ◦ blue 219

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

Shades of Medium Blue #1511DB

Tints of Medium Blue #1511DB

RGB

 RED value IS 21 (8.59% from 255) = 8.17%

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

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

R = 8.17%
G = 6.61%
B = 85.21%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1511DB (or 0x1511DB) is known color: Medium Blue. HEX triplet: 15, 11 and DB. RGB value is (21,17,219). Sum of RGB (Red+Green+Blue) = 21+17+219=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1511DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1511DB is #EAEE24. Grayscale: #282828. Windows color (decimal): -15396389 or 14356757. OLE color: 14356757.

HSL color Cylindrical-coordinate representation of color #1511DB: hue angle of 241.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1511DB is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 17 219 -
CMYK 0.90 0.92 0 0.14
HSL 241.19º 0.86% 0.46% -
HSV(B) 241.19º 0.92% 0.86% -
XYZ 13.3 5.67 67.41 -
YUV 41.22 228.33 113.57 -
System Red Green Blue C M Y K H S L
Decimal 21 17 219 0.90 0.92 0 0.14 241.19 0.86 0.46
Hex 15 11 DB 5A 5C 0 E F1 56 2E
Octal 25 21 333 132 134 0 16 361 126 56
Binary 10101 10001 11011011 1011010 1011100 0 1110 11110001 1010110 101110

Color Harmonies of #1511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1511DB

Black with #1511DB

Text Example


Text Example

White with #1511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,17,219); }

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

background-color css

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

 a { background-color: rgb(21,17,219); }

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

border-color css

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

 span { border-color: rgb(21,17,219); }

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