Html Css Color HEX #536FDC Royal Blue

📋 copy color: '#536FDC'

red 83 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #536FDC

Tints of Royal Blue #536FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 20.05%
G = 26.81%
B = 53.14%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#536FDC (or 0x536FDC) is known color: Royal Blue. HEX triplet: 53, 6F and DC. RGB value is (83,111,220). Sum of RGB (Red+Green+Blue) = 83+111+220=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #536FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FDC is #AC9023. Grayscale: #727272. Windows color (decimal): -11309092 or 14446419. OLE color: 14446419.

HSL color Cylindrical-coordinate representation of color #536FDC: hue angle of 227.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536FDC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 111 220 -
CMYK 0.62 0.50 0 0.14
HSL 227.74º 0.66% 0.59% -
HSV(B) 227.74º 0.62% 0.86% -
XYZ 22.17 18.38 70.09 -
YUV 115.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 83 111 220 0.62 0.50 0 0.14 227.74 0.66 0.59
Hex 53 6F DC 3E 32 0 E E4 42 3B
Octal 123 157 334 76 62 0 16 344 102 73
Binary 1010011 1101111 11011100 111110 110010 0 1110 11100100 1000010 111011

Color Harmonies of #536FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FDC

Black with #536FDC

Text Example


Text Example

White with #536FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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