Html Css Color HEX #535FE0 Royal Blue

📋 copy color: '#535FE0'

red 83 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #535FE0

Tints of Royal Blue #535FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 20.65%
G = 23.63%
B = 55.72%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#535FE0 (or 0x535FE0) is known color: Royal Blue. HEX triplet: 53, 5F and E0. RGB value is (83,95,224). Sum of RGB (Red+Green+Blue) = 83+95+224=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #535FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FE0 is #ACA01F. Grayscale: #696969. Windows color (decimal): -11313184 or 14704467. OLE color: 14704467.

HSL color Cylindrical-coordinate representation of color #535FE0: hue angle of 234.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535FE0 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 95 224 -
CMYK 0.63 0.58 0 0.12
HSL 234.89º 0.69% 0.6% -
HSV(B) 234.89º 0.63% 0.88% -
XYZ 21.11 15.41 72.38 -
YUV 106.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 83 95 224 0.63 0.58 0 0.12 234.89 0.69 0.6
Hex 53 5F E0 3F 3A 0 C EB 45 3C
Octal 123 137 340 77 72 0 14 353 105 74
Binary 1010011 1011111 11100000 111111 111010 0 1100 11101011 1000101 111100

Color Harmonies of #535FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FE0

Black with #535FE0

Text Example


Text Example

White with #535FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535FE0; }

 p { color: rgb(83,95,224); }

 H1.HeaderClassName
 {
   color: #535FE0;
 }
 .AnyTagClassName
 {
   color: #535FE0;
 }
</style>

background-color css

<style>
 a { background-color: #535FE0; }

 a { background-color: rgb(83,95,224); }

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

border-color css

<style>
 span { border-color: #535FE0; }

 span { border-color: rgb(83,95,224); }

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