#2051ED

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

Shades of Royal Blue #2051ED

Tints of Royal Blue #2051ED

Color information

#2051ED (or 0x2051ED) is unknown color: approx Royal Blue. HEX triplet: 20, 51 and ED. RGB value is (32,81,237). Sum of RGB (Red+Green+Blue) = 32+81+237=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #2051ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2051ED is #DFAE12. Grayscale: #535353. Windows color (decimal): -14659091 or 15552800. OLE color: 15552800.

HSL color Cylindrical-coordinate representation of color #2051ED: hue angle of 225.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2051ED is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3281237-
CMYK0.860.6600.07
HSL225.66º85.06%52.75%-
HSV(B)225.66º86.5%92.94%-
XYZ18.8212.3181.5-
YUV84.13214.2790.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.14%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 237 (92.97% from 255) = 67.71%
R=9.14%
G=23.14%
B=67.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32812370.860.6600.07225.6685.0652.75
Hex2051ED564207e25535
Octal401213551261020734212565
Binary100000101000111101101101011010000100111111000101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2051ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2051ED; }

 p { color: rgb(32,81,237); }

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

<style>
 a { background-color: #2051ED; }

 a { background-color: rgb(32,81,237); }

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

<style>
 span { border-color: #2051ED; }

 span { border-color: rgb(32,81,237); }

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