Html Css Color HEX #535FEB Royal Blue

📋 copy color: '#535FEB'

red 83 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #535FEB

Tints of Royal Blue #535FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 20.1%
G = 23%
B = 56.9%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#535FEB (or 0x535FEB) is known color: Royal Blue. HEX triplet: 53, 5F and EB. RGB value is (83,95,235). Sum of RGB (Red+Green+Blue) = 83+95+235=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #535FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FEB is #ACA014. Grayscale: #6A6A6A. Windows color (decimal): -11313173 or 15425363. OLE color: 15425363.

HSL color Cylindrical-coordinate representation of color #535FEB: hue angle of 235.26º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535FEB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 95 235 -
CMYK 0.65 0.60 0 0.08
HSL 235.26º 0.79% 0.62% -
HSV(B) 235.26º 0.65% 0.92% -
XYZ 22.65 16.02 80.5 -
YUV 107.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 83 95 235 0.65 0.60 0 0.08 235.26 0.79 0.62
Hex 53 5F EB 41 3C 0 8 EB 4F 3E
Octal 123 137 353 101 74 0 10 353 117 76
Binary 1010011 1011111 11101011 1000001 111100 0 1000 11101011 1001111 111110

Color Harmonies of #535FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FEB

Black with #535FEB

Text Example


Text Example

White with #535FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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