#2052F1

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

Shades of Royal Blue #2052F1

Tints of Royal Blue #2052F1

Color information

#2052F1 (or 0x2052F1) is unknown color: approx Royal Blue. HEX triplet: 20, 52 and F1. RGB value is (32,82,241). Sum of RGB (Red+Green+Blue) = 32+82+241=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #2052F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2052F1 is #DFAD0E. Grayscale: #545454. Windows color (decimal): -14658831 or 15815200. OLE color: 15815200.

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

Color convert

RGB3282241-
CMYK0.870.6600.05
HSL225.65º88.19%53.53%-
HSV(B)225.65º86.72%94.51%-
XYZ19.4912.6984.64-
YUV85.18215.9490.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 241 (94.53% from 255) = 67.89%
R=9.01%
G=23.10%
B=67.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32822410.870.6600.05225.6588.1953.53
Hex2052F1574205e25836
Octal401223611271020534213066
Binary100000101001011110001101011110000100101111000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2052F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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