#536EF8

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

Shades of Royal Blue #536EF8

Tints of Royal Blue #536EF8

Color information

#536EF8 (or 0x536EF8) is unknown color: approx Royal Blue. HEX triplet: 53, 6E and F8. RGB value is (83,110,248). Sum of RGB (Red+Green+Blue) = 83+110+248=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #536EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EF8 is #AC9107. Grayscale: #757575. Windows color (decimal): -11309320 or 16281171. OLE color: 16281171.

HSL color Cylindrical-coordinate representation of color #536EF8: hue angle of 230.18º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536EF8 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB83110248-
CMYK0.670.5600.03
HSL230.18º92.18%64.9%-
HSV(B)230.18º66.53%97.25%-
XYZ26.0919.7791.25-
YUV117.66201.55103.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 248 (97.27% from 255) = 56.24%
R=18.82%
G=24.94%
B=56.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal831102480.670.5600.03230.1892.1864.9
Hex536EF8433803e65c41
Octal1231563701037003346134101
Binary101001111011101111100010000111110000111110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,248); }

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

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

 a { background-color: rgb(83,110,248); }

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

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

 span { border-color: rgb(83,110,248); }

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