Html Css Color HEX #536FCD Royal Blue

📋 copy color: '#536FCD'

red 83 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #536FCD

Tints of Royal Blue #536FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 20.8%
G = 27.82%
B = 51.38%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#536FCD (or 0x536FCD) is known color: Royal Blue. HEX triplet: 53, 6F and CD. RGB value is (83,111,205). Sum of RGB (Red+Green+Blue) = 83+111+205=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #536FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FCD is #AC9032. Grayscale: #707070. Windows color (decimal): -11309107 or 13463379. OLE color: 13463379.

HSL color Cylindrical-coordinate representation of color #536FCD: hue angle of 226.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536FCD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 111 205 -
CMYK 0.60 0.46 0 0.20
HSL 226.23º 0.55% 0.56% -
HSV(B) 226.23º 0.6% 0.8% -
XYZ 20.27 17.62 60.09 -
YUV 113.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 83 111 205 0.60 0.46 0 0.20 226.23 0.55 0.56
Hex 53 6F CD 3C 2E 0 14 E2 37 38
Octal 123 157 315 74 56 0 24 342 67 70
Binary 1010011 1101111 11001101 111100 101110 0 10100 11100010 110111 111000

Color Harmonies of #536FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FCD

Black with #536FCD

Text Example


Text Example

White with #536FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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