Html Css Color HEX #536BCF Royal Blue

📋 copy color: '#536BCF'

red 83 ◦ green 107 ◦ blue 207

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

Shades of Royal Blue #536BCF

Tints of Royal Blue #536BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 20.91%
G = 26.95%
B = 52.14%

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

#536BCF (or 0x536BCF) is known color: Royal Blue. HEX triplet: 53, 6B and CF. RGB value is (83,107,207). Sum of RGB (Red+Green+Blue) = 83+107+207=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #536BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BCF is #AC9430. Grayscale: #6E6E6E. Windows color (decimal): -11310129 or 13593427. OLE color: 13593427.

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

Color convert

RGB 83 107 207 -
CMYK 0.60 0.48 0 0.19
HSL 228.39º 0.56% 0.57% -
HSV(B) 228.39º 0.6% 0.81% -
XYZ 20.09 16.86 61.23 -
YUV 111.22 182.05 107.87 -
System Red Green Blue C M Y K H S L
Decimal 83 107 207 0.60 0.48 0 0.19 228.39 0.56 0.57
Hex 53 6B CF 3C 30 0 13 E4 38 39
Octal 123 153 317 74 60 0 23 344 70 71
Binary 1010011 1101011 11001111 111100 110000 0 10011 11100100 111000 111001

Color Harmonies of #536BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BCF

Black with #536BCF

Text Example


Text Example

White with #536BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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