Html Css Color HEX #536ED8 Royal Blue

📋 copy color: '#536ED8'

red 83 ◦ green 110 ◦ blue 216

#536ED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #536ED8

Tints of Royal Blue #536ED8

RGB

 RED value IS 83 (32.81% from 255) = 20.29%

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 20.29%
G = 26.89%
B = 52.81%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#536ED8 (or 0x536ED8) is known color: Royal Blue. HEX triplet: 53, 6E and D8. RGB value is (83,110,216). Sum of RGB (Red+Green+Blue) = 83+110+216=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #536ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ED8 is #AC9127. Grayscale: #717171. Windows color (decimal): -11309352 or 14184019. OLE color: 14184019.

HSL color Cylindrical-coordinate representation of color #536ED8: hue angle of 227.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536ED8 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 110 216 -
CMYK 0.62 0.49 0 0.15
HSL 227.82º 0.63% 0.59% -
HSV(B) 227.82º 0.62% 0.85% -
XYZ 21.54 17.95 67.3 -
YUV 114.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 83 110 216 0.62 0.49 0 0.15 227.82 0.63 0.59
Hex 53 6E D8 3E 31 0 F E4 3F 3B
Octal 123 156 330 76 61 0 17 344 77 73
Binary 1010011 1101110 11011000 111110 110001 0 1111 11100100 111111 111011

Color Harmonies of #536ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ED8

Black with #536ED8

Text Example


Text Example

White with #536ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #536ED8;
 }
 .AnyTagClassName
 {
   color: #536ED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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