Html Css Color HEX #1521EF Blue

📋 copy color: '#1521EF'

red 21 ◦ green 33 ◦ blue 239

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

Shades of Blue #1521EF

Tints of Blue #1521EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 239 (93.75% from 255) = 81.57%

R = 7.17%
G = 11.26%
B = 81.57%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1521EF (or 0x1521EF) is known color: Blue. HEX triplet: 15, 21 and EF. RGB value is (21,33,239). Sum of RGB (Red+Green+Blue) = 21+33+239=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #1521EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521EF is #EADE10. Grayscale: #343434. Windows color (decimal): -15392273 or 15671573. OLE color: 15671573.

HSL color Cylindrical-coordinate representation of color #1521EF: hue angle of 236.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1521EF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 33 239 -
CMYK 0.91 0.86 0 0.06
HSL 236.7º 0.87% 0.51% -
HSV(B) 236.7º 0.91% 0.94% -
XYZ 16.43 7.48 82.24 -
YUV 52.9 233.02 105.25 -
System Red Green Blue C M Y K H S L
Decimal 21 33 239 0.91 0.86 0 0.06 236.7 0.87 0.51
Hex 15 21 EF 5B 56 0 6 ED 57 33
Octal 25 41 357 133 126 0 6 355 127 63
Binary 10101 100001 11101111 1011011 1010110 0 110 11101101 1010111 110011

Color Harmonies of #1521EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521EF

Black with #1521EF

Text Example


Text Example

White with #1521EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1521EF; }

 p { color: rgb(21,33,239); }

 H1.HeaderClassName
 {
   color: #1521EF;
 }
 .AnyTagClassName
 {
   color: #1521EF;
 }
</style>

background-color css

<style>
 a { background-color: #1521EF; }

 a { background-color: rgb(21,33,239); }

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

border-color css

<style>
 span { border-color: #1521EF; }

 span { border-color: rgb(21,33,239); }

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