Html Css Color HEX #536BCE Royal Blue

📋 copy color: '#536BCE'

red 83 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #536BCE

Tints of Royal Blue #536BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 20.96%
G = 27.02%
B = 52.02%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#536BCE (or 0x536BCE) is known color: Royal Blue. HEX triplet: 53, 6B and CE. RGB value is (83,107,206). Sum of RGB (Red+Green+Blue) = 83+107+206=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #536BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BCE is #AC9431. Grayscale: #6E6E6E. Windows color (decimal): -11310130 or 13527891. OLE color: 13527891.

HSL color Cylindrical-coordinate representation of color #536BCE: hue angle of 228.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536BCE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 107 206 -
CMYK 0.60 0.48 0 0.19
HSL 228.29º 0.56% 0.57% -
HSV(B) 228.29º 0.6% 0.81% -
XYZ 19.97 16.81 60.59 -
YUV 111.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 83 107 206 0.60 0.48 0 0.19 228.29 0.56 0.57
Hex 53 6B CE 3C 30 0 13 E4 38 39
Octal 123 153 316 74 60 0 23 344 70 71
Binary 1010011 1101011 11001110 111100 110000 0 10011 11100100 111000 111001

Color Harmonies of #536BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BCE

Black with #536BCE

Text Example


Text Example

White with #536BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,206); }

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

background-color css

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

 a { background-color: rgb(83,107,206); }

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

border-color css

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

 span { border-color: rgb(83,107,206); }

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