#1E21F8

Color #1E21F8 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1E21F8

Tints of Blue #1E21F8

Color information

#1E21F8 (or 0x1E21F8) is unknown color: approx Blue. HEX triplet: 1E, 21 and F8. RGB value is (30,33,248). Sum of RGB (Red+Green+Blue) = 30+33+248=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #1E21F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E21F8 is #E1DE07. Grayscale: #373737. Windows color (decimal): -14802440 or 16261406. OLE color: 16261406.

HSL color Cylindrical-coordinate representation of color #1E21F8: hue angle of 239.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E21F8 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3033248-
CMYK0.880.8700.03
HSL239.17º93.97%54.51%-
HSV(B)239.17º87.9%97.25%-
XYZ18.028.1489.43-
YUV56.61236.01109.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 248 (97.27% from 255) = 79.74%
R=9.65%
G=10.61%
B=79.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30332480.880.8700.03239.1793.9754.51
Hex1E21F8585703ef5e37
Octal36413701301270335713667
Binary111101000011111100010110001010111011111011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E21F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E21F8; }

 p { color: rgb(30,33,248); }

 H1.HeaderClassName
 {
   color: #1E21F8;
 }
 .AnyTagClassName
 {
   color: #1E21F8;
 }
</style>
background-color css

<style>
 a { background-color: #1E21F8; }

 a { background-color: rgb(30,33,248); }

 div.DivClassName
 {
   background-color: #1E21F8;
 }
 .BgClassName
 {
   background-color: #1E21F8;
 }
</style>
border-color css

<style>
 span { border-color: #1E21F8; }

 span { border-color: rgb(30,33,248); }

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