Html Css Color HEX #536FDE Royal Blue

📋 copy color: '#536FDE'

red 83 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #536FDE

Tints of Royal Blue #536FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 19.95%
G = 26.68%
B = 53.37%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#536FDE (or 0x536FDE) is known color: Royal Blue. HEX triplet: 53, 6F and DE. RGB value is (83,111,222). Sum of RGB (Red+Green+Blue) = 83+111+222=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #536FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FDE is #AC9021. Grayscale: #727272. Windows color (decimal): -11309090 or 14577491. OLE color: 14577491.

HSL color Cylindrical-coordinate representation of color #536FDE: hue angle of 227.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536FDE is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 111 222 -
CMYK 0.63 0.5 0 0.13
HSL 227.91º 0.68% 0.6% -
HSV(B) 227.91º 0.63% 0.87% -
XYZ 22.44 18.48 71.49 -
YUV 115.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 83 111 222 0.63 0.5 0 0.13 227.91 0.68 0.6
Hex 53 6F DE 3F 32 0 D E4 44 3C
Octal 123 157 336 77 62 0 15 344 104 74
Binary 1010011 1101111 11011110 111111 110010 0 1101 11100100 1000100 111100

Color Harmonies of #536FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FDE

Black with #536FDE

Text Example


Text Example

White with #536FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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