#2052E9

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

Shades of Royal Blue #2052E9

Tints of Royal Blue #2052E9

Color information

#2052E9 (or 0x2052E9) is unknown color: approx Royal Blue. HEX triplet: 20, 52 and E9. RGB value is (32,82,233). Sum of RGB (Red+Green+Blue) = 32+82+233=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #2052E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2052E9 is #DFAD16. Grayscale: #535353. Windows color (decimal): -14658839 or 15290912. OLE color: 15290912.

HSL color Cylindrical-coordinate representation of color #2052E9: hue angle of 225.07º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2052E9 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3282233-
CMYK0.860.6500.09
HSL225.07º82.04%51.96%-
HSV(B)225.07º86.27%91.37%-
XYZ18.3212.2278.48-
YUV84.26211.9490.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.22%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 233 (91.41% from 255) = 67.15%
R=9.22%
G=23.63%
B=67.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32822330.860.6500.09225.0782.0451.96
Hex2052E9564109e15234
Octal4012235112610101134112264
Binary1000001010010111010011010110100000101001111000011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2052E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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