Html Css Color HEX #1519DD Medium Blue

📋 copy color: '#1519DD'

red 21 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #1519DD

Tints of Medium Blue #1519DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

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

R = 7.87%
G = 9.36%
B = 82.77%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1519DD (or 0x1519DD) is known color: Medium Blue. HEX triplet: 15, 19 and DD. RGB value is (21,25,221). Sum of RGB (Red+Green+Blue) = 21+25+221=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #1519DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519DD is #EAE622. Grayscale: #2D2D2D. Windows color (decimal): -15394339 or 14489877. OLE color: 14489877.

HSL color Cylindrical-coordinate representation of color #1519DD: hue angle of 238.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1519DD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 25 221 -
CMYK 0.90 0.89 0 0.13
HSL 238.8º 0.83% 0.47% -
HSV(B) 238.8º 0.9% 0.87% -
XYZ 13.71 6.08 68.86 -
YUV 46.15 226.67 110.06 -
System Red Green Blue C M Y K H S L
Decimal 21 25 221 0.90 0.89 0 0.13 238.8 0.83 0.47
Hex 15 19 DD 5A 59 0 D EF 53 2F
Octal 25 31 335 132 131 0 15 357 123 57
Binary 10101 11001 11011101 1011010 1011001 0 1101 11101111 1010011 101111

Color Harmonies of #1519DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519DD

Black with #1519DD

Text Example


Text Example

White with #1519DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,25,221); }

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

background-color css

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

 a { background-color: rgb(21,25,221); }

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

border-color css

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

 span { border-color: rgb(21,25,221); }

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