Html Css Color HEX #1521F1 Blue

📋 copy color: '#1521F1'

red 21 ◦ green 33 ◦ blue 241

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

Shades of Blue #1521F1

Tints of Blue #1521F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 81.69%

R = 7.12%
G = 11.19%
B = 81.69%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1521F1 (or 0x1521F1) is known color: Blue. HEX triplet: 15, 21 and F1. RGB value is (21,33,241). Sum of RGB (Red+Green+Blue) = 21+33+241=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #1521F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1521F1 is #EADE0E. Grayscale: #343434. Windows color (decimal): -15392271 or 15802645. OLE color: 15802645.

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

Color convert

RGB 21 33 241 -
CMYK 0.91 0.86 0 0.05
HSL 236.73º 0.89% 0.51% -
HSV(B) 236.73º 0.91% 0.95% -
XYZ 16.73 7.6 83.8 -
YUV 53.12 234.02 105.09 -
System Red Green Blue C M Y K H S L
Decimal 21 33 241 0.91 0.86 0 0.05 236.73 0.89 0.51
Hex 15 21 F1 5B 56 0 5 ED 59 33
Octal 25 41 361 133 126 0 5 355 131 63
Binary 10101 100001 11110001 1011011 1010110 0 101 11101101 1011001 110011

Color Harmonies of #1521F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521F1

Black with #1521F1

Text Example


Text Example

White with #1521F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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