#1e52f1

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

Shades of Royal Blue #1E52F1

Tints of Royal Blue #1E52F1

Color information

#1E52F1 (or 0x1E52F1) is unknown color: approx Royal Blue. HEX triplet: 1E, 52 and F1. RGB value is (30,82,241). Sum of RGB (Red+Green+Blue) = 30+82+241=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #1E52F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E52F1 is #E1AD0E. Grayscale: #535353. Windows color (decimal): -14789903 or 15815198. OLE color: 15815198.

HSL color Cylindrical-coordinate representation of color #1E52F1: hue angle of 225.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E52F1 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3082241-
CMYK0.880.6600.05
HSL225.21º88.28%53.14%-
HSV(B)225.21º87.55%94.51%-
XYZ19.4312.6684.64-
YUV84.58216.2789.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 241 (94.53% from 255) = 68.27%
R=8.50%
G=23.23%
B=68.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30822410.880.6600.05225.2188.2853.14
Hex1E52F1584205e15835
Octal361223611301020534113065
Binary11110101001011110001101100010000100101111000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e52f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,82,241); }

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

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

 a { background-color: rgb(30,82,241); }

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

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

 span { border-color: rgb(30,82,241); }

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

cancel