#536FEB

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

Shades of Royal Blue #536FEB

Tints of Royal Blue #536FEB

Color information

#536FEB (or 0x536FEB) is unknown color: approx Royal Blue. HEX triplet: 53, 6F and EB. RGB value is (83,111,235). Sum of RGB (Red+Green+Blue) = 83+111+235=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #536FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536FEB is #AC9014. Grayscale: #747474. Windows color (decimal): -11309077 or 15429459. OLE color: 15429459.

HSL color Cylindrical-coordinate representation of color #536FEB: hue angle of 228.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536FEB is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB83111235-
CMYK0.650.5300.08
HSL228.95º79.17%62.35%-
HSV(B)228.95º64.68%92.16%-
XYZ24.2519.2181.03-
YUV116.76194.72103.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 235 (92.19% from 255) = 54.78%
R=19.35%
G=25.87%
B=54.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal831112350.650.5300.08228.9579.1762.35
Hex536FEB413508e54f3e
Octal1231573531016501034511776
Binary1010011110111111101011100000111010101000111001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536FEB; }

 p { color: rgb(83,111,235); }

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

<style>
 a { background-color: #536FEB; }

 a { background-color: rgb(83,111,235); }

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

<style>
 span { border-color: #536FEB; }

 span { border-color: rgb(83,111,235); }

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