Html Css Color HEX #1520EB Blue

📋 copy color: '#1520EB'

red 21 ◦ green 32 ◦ blue 235

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

Shades of Blue #1520EB

Tints of Blue #1520EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

 BLUE value IS 235 (92.19% from 255) = 81.6%

R = 7.29%
G = 11.11%
B = 81.6%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1520EB (or 0x1520EB) is known color: Blue. HEX triplet: 15, 20 and EB. RGB value is (21,32,235). Sum of RGB (Red+Green+Blue) = 21+32+235=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #1520EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520EB is #EADF14. Grayscale: #333333. Windows color (decimal): -15392533 or 15409173. OLE color: 15409173.

HSL color Cylindrical-coordinate representation of color #1520EB: hue angle of 236.92º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1520EB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 32 235 -
CMYK 0.91 0.86 0 0.08
HSL 236.92º 0.84% 0.5% -
HSV(B) 236.92º 0.91% 0.92% -
XYZ 15.82 7.19 79.15 -
YUV 51.85 231.36 105.99 -
System Red Green Blue C M Y K H S L
Decimal 21 32 235 0.91 0.86 0 0.08 236.92 0.84 0.5
Hex 15 20 EB 5B 56 0 8 ED 54 32
Octal 25 40 353 133 126 0 10 355 124 62
Binary 10101 100000 11101011 1011011 1010110 0 1000 11101101 1010100 110010

Color Harmonies of #1520EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520EB

Black with #1520EB

Text Example


Text Example

White with #1520EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1520EB; }

 p { color: rgb(21,32,235); }

 H1.HeaderClassName
 {
   color: #1520EB;
 }
 .AnyTagClassName
 {
   color: #1520EB;
 }
</style>

background-color css

<style>
 a { background-color: #1520EB; }

 a { background-color: rgb(21,32,235); }

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

border-color css

<style>
 span { border-color: #1520EB; }

 span { border-color: rgb(21,32,235); }

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