Html Css Color HEX #1519ED Blue

📋 copy color: '#1519ED'

red 21 ◦ green 25 ◦ blue 237

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

Shades of Blue #1519ED

Tints of Blue #1519ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 83.75%

R = 7.42%
G = 8.83%
B = 83.75%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1519ED (or 0x1519ED) is known color: Blue. HEX triplet: 15, 19 and ED. RGB value is (21,25,237). Sum of RGB (Red+Green+Blue) = 21+25+237=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 237 (92.97% from 255 or 83.75% from 283); Max value from RGB is 237 - color contains mainly: blue. Hex color #1519ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1519ED is #EAE612. Grayscale: #2F2F2F. Windows color (decimal): -15394323 or 15538453. OLE color: 15538453.

HSL color Cylindrical-coordinate representation of color #1519ED: hue angle of 238.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1519ED is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 25 237 -
CMYK 0.91 0.89 0 0.07
HSL 238.89º 0.86% 0.51% -
HSV(B) 238.89º 0.91% 0.93% -
XYZ 15.94 6.97 80.63 -
YUV 47.97 234.67 108.76 -
System Red Green Blue C M Y K H S L
Decimal 21 25 237 0.91 0.89 0 0.07 238.89 0.86 0.51
Hex 15 19 ED 5B 59 0 7 EF 56 33
Octal 25 31 355 133 131 0 7 357 126 63
Binary 10101 11001 11101101 1011011 1011001 0 111 11101111 1010110 110011

Color Harmonies of #1519ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519ED

Black with #1519ED

Text Example


Text Example

White with #1519ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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