Html Css Color HEX #1516DB Medium Blue

📋 copy color: '#1516DB'

red 21 ◦ green 22 ◦ blue 219

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

Shades of Medium Blue #1516DB

Tints of Medium Blue #1516DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

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

R = 8.02%
G = 8.4%
B = 83.59%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1516DB (or 0x1516DB) is known color: Medium Blue. HEX triplet: 15, 16 and DB. RGB value is (21,22,219). Sum of RGB (Red+Green+Blue) = 21+22+219=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #1516DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516DB is #EAE924. Grayscale: #2B2B2B. Windows color (decimal): -15395109 or 14358037. OLE color: 14358037.

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

Color convert

RGB 21 22 219 -
CMYK 0.90 0.90 0 0.14
HSL 239.7º 0.83% 0.47% -
HSV(B) 239.7º 0.9% 0.86% -
XYZ 13.38 5.85 67.44 -
YUV 44.16 226.67 111.48 -
System Red Green Blue C M Y K H S L
Decimal 21 22 219 0.90 0.90 0 0.14 239.7 0.83 0.47
Hex 15 16 DB 5A 5A 0 E F0 52 2F
Octal 25 26 333 132 132 0 16 360 122 57
Binary 10101 10110 11011011 1011010 1011010 0 1110 11110000 1010010 101111

Color Harmonies of #1516DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1516DB

Black with #1516DB

Text Example


Text Example

White with #1516DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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