#5268EE

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

Shades of Royal Blue #5268EE

Tints of Royal Blue #5268EE

Color information

#5268EE (or 0x5268EE) is unknown color: approx Royal Blue. HEX triplet: 52, 68 and EE. RGB value is (82,104,238). Sum of RGB (Red+Green+Blue) = 82+104+238=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #5268EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5268EE is #AD9711. Grayscale: #707070. Windows color (decimal): -11376402 or 15624274. OLE color: 15624274.

HSL color Cylindrical-coordinate representation of color #5268EE: hue angle of 231.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5268EE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82104238-
CMYK0.660.5600.07
HSL231.54º82.11%62.75%-
HSV(B)231.54º65.55%93.33%-
XYZ23.8617.8783.08-
YUV112.7198.71106.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 238 (93.36% from 255) = 56.13%
R=19.34%
G=24.53%
B=56.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821042380.660.5600.07231.5482.1162.75
Hex5268EE423807e8523f
Octal122150356102700735012277
Binary101001011010001110111010000101110000111111010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5268EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5268EE; }

 p { color: rgb(82,104,238); }

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

<style>
 a { background-color: #5268EE; }

 a { background-color: rgb(82,104,238); }

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

<style>
 span { border-color: #5268EE; }

 span { border-color: rgb(82,104,238); }

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