Html Css Color HEX #536CCF Royal Blue

📋 copy color: '#536CCF'

red 83 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #536CCF

Tints of Royal Blue #536CCF

RGB

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

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

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

R = 20.85%
G = 27.14%
B = 52.01%

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

#536CCF (or 0x536CCF) is known color: Royal Blue. HEX triplet: 53, 6C and CF. RGB value is (83,108,207). Sum of RGB (Red+Green+Blue) = 83+108+207=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #536CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CCF is #AC9330. Grayscale: #6F6F6F. Windows color (decimal): -11309873 or 13593683. OLE color: 13593683.

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

Color convert

RGB 83 108 207 -
CMYK 0.60 0.48 0 0.19
HSL 227.9º 0.56% 0.57% -
HSV(B) 227.9º 0.6% 0.81% -
XYZ 20.19 17.07 61.26 -
YUV 111.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 83 108 207 0.60 0.48 0 0.19 227.9 0.56 0.57
Hex 53 6C CF 3C 30 0 13 E4 38 39
Octal 123 154 317 74 60 0 23 344 70 71
Binary 1010011 1101100 11001111 111100 110000 0 10011 11100100 111000 111001

Color Harmonies of #536CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CCF

Black with #536CCF

Text Example


Text Example

White with #536CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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