Html Css Color HEX #535FE9 Royal Blue

📋 copy color: '#535FE9'

red 83 ◦ green 95 ◦ blue 233

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

Shades of Royal Blue #535FE9

Tints of Royal Blue #535FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.69%

R = 20.19%
G = 23.11%
B = 56.69%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#535FE9 (or 0x535FE9) is known color: Royal Blue. HEX triplet: 53, 5F and E9. RGB value is (83,95,233). Sum of RGB (Red+Green+Blue) = 83+95+233=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #535FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FE9 is #ACA016. Grayscale: #6A6A6A. Windows color (decimal): -11313175 or 15294291. OLE color: 15294291.

HSL color Cylindrical-coordinate representation of color #535FE9: hue angle of 235.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535FE9 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 95 233 -
CMYK 0.64 0.59 0 0.09
HSL 235.2º 0.77% 0.62% -
HSV(B) 235.2º 0.64% 0.91% -
XYZ 22.37 15.91 78.98 -
YUV 107.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 83 95 233 0.64 0.59 0 0.09 235.2 0.77 0.62
Hex 53 5F E9 40 3B 0 9 EB 4D 3E
Octal 123 137 351 100 73 0 11 353 115 76
Binary 1010011 1011111 11101001 1000000 111011 0 1001 11101011 1001101 111110

Color Harmonies of #535FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FE9

Black with #535FE9

Text Example


Text Example

White with #535FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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