Html Css Color HEX #1500DB Medium Blue

📋 copy color: '#1500DB'

red 21 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #1500DB

Tints of Medium Blue #1500DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.75%
G = 0%
B = 91.25%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1500DB (or 0x1500DB) is known color: Medium Blue. HEX triplet: 15, 00 and DB. RGB value is (21,0,219). Sum of RGB (Red+Green+Blue) = 21+0+219=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #1500DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500DB is #EAFF24. Grayscale: #1E1E1E. Windows color (decimal): -15400741 or 14352405. OLE color: 14352405.

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

Color convert

RGB 21 0 219 -
CMYK 0.90 1 0 0.14
HSL 245.75º 1% 0.43% -
HSV(B) 245.75º 1% 0.86% -
XYZ 13.1 5.27 67.35 -
YUV 31.25 233.96 120.69 -
System Red Green Blue C M Y K H S L
Decimal 21 0 219 0.90 1 0 0.14 245.75 1 0.43
Hex 15 0 DB 5A 64 0 E F6 64 2B
Octal 25 0 333 132 144 0 16 366 144 53
Binary 10101 0 11011011 1011010 1100100 0 1110 11110110 1100100 101011

Color Harmonies of #1500DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1500DB

Black with #1500DB

Text Example


Text Example

White with #1500DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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