Html Css Color HEX #536FCE Royal Blue

📋 copy color: '#536FCE'

red 83 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #536FCE

Tints of Royal Blue #536FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 20.75%
G = 27.75%
B = 51.5%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#536FCE (or 0x536FCE) is known color: Royal Blue. HEX triplet: 53, 6F and CE. RGB value is (83,111,206). Sum of RGB (Red+Green+Blue) = 83+111+206=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #536FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FCE is #AC9031. Grayscale: #717171. Windows color (decimal): -11309106 or 13528915. OLE color: 13528915.

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

Color convert

RGB 83 111 206 -
CMYK 0.60 0.46 0 0.19
HSL 226.34º 0.56% 0.57% -
HSV(B) 226.34º 0.6% 0.81% -
XYZ 20.39 17.66 60.73 -
YUV 113.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 83 111 206 0.60 0.46 0 0.19 226.34 0.56 0.57
Hex 53 6F CE 3C 2E 0 13 E2 38 39
Octal 123 157 316 74 56 0 23 342 70 71
Binary 1010011 1101111 11001110 111100 101110 0 10011 11100010 111000 111001

Color Harmonies of #536FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FCE

Black with #536FCE

Text Example


Text Example

White with #536FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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