Html Css Color HEX #536FE5 Royal Blue

📋 copy color: '#536FE5'

red 83 ◦ green 111 ◦ blue 229

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

Shades of Royal Blue #536FE5

Tints of Royal Blue #536FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.14%

R = 19.62%
G = 26.24%
B = 54.14%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#536FE5 (or 0x536FE5) is known color: Royal Blue. HEX triplet: 53, 6F and E5. RGB value is (83,111,229). Sum of RGB (Red+Green+Blue) = 83+111+229=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #536FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FE5 is #AC901A. Grayscale: #737373. Windows color (decimal): -11309083 or 15036243. OLE color: 15036243.

HSL color Cylindrical-coordinate representation of color #536FE5: hue angle of 228.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536FE5 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 111 229 -
CMYK 0.64 0.52 0 0.10
HSL 228.49º 0.74% 0.61% -
HSV(B) 228.49º 0.64% 0.9% -
XYZ 23.39 18.87 76.54 -
YUV 116.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 83 111 229 0.64 0.52 0 0.10 228.49 0.74 0.61
Hex 53 6F E5 40 34 0 A E4 4A 3D
Octal 123 157 345 100 64 0 12 344 112 75
Binary 1010011 1101111 11100101 1000000 110100 0 1010 11100100 1001010 111101

Color Harmonies of #536FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FE5

Black with #536FE5

Text Example


Text Example

White with #536FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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