Html Css Color HEX #536CCE Royal Blue

📋 copy color: '#536CCE'

red 83 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #536CCE

Tints of Royal Blue #536CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 20.91%
G = 27.2%
B = 51.89%

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

#536CCE (or 0x536CCE) is known color: Royal Blue. HEX triplet: 53, 6C and CE. RGB value is (83,108,206). Sum of RGB (Red+Green+Blue) = 83+108+206=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #536CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CCE is #AC9331. Grayscale: #6F6F6F. Windows color (decimal): -11309874 or 13528147. OLE color: 13528147.

HSL color Cylindrical-coordinate representation of color #536CCE: hue angle of 227.8º 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 #536CCE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 108 206 -
CMYK 0.60 0.48 0 0.19
HSL 227.8º 0.56% 0.57% -
HSV(B) 227.8º 0.6% 0.81% -
XYZ 20.07 17.02 60.62 -
YUV 111.7 181.22 107.53 -
System Red Green Blue C M Y K H S L
Decimal 83 108 206 0.60 0.48 0 0.19 227.8 0.56 0.57
Hex 53 6C CE 3C 30 0 13 E4 38 39
Octal 123 154 316 74 60 0 23 344 70 71
Binary 1010011 1101100 11001110 111100 110000 0 10011 11100100 111000 111001

Color Harmonies of #536CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CCE

Black with #536CCE

Text Example


Text Example

White with #536CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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