Html Css Color HEX #535FDE Royal Blue

📋 copy color: '#535FDE'

red 83 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #535FDE

Tints of Royal Blue #535FDE

RGB

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

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

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

R = 20.75%
G = 23.75%
B = 55.5%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#535FDE (or 0x535FDE) is known color: Royal Blue. HEX triplet: 53, 5F and DE. RGB value is (83,95,222). Sum of RGB (Red+Green+Blue) = 83+95+222=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #535FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FDE is #ACA021. Grayscale: #696969. Windows color (decimal): -11313186 or 14573395. OLE color: 14573395.

HSL color Cylindrical-coordinate representation of color #535FDE: hue angle of 234.82º 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 #535FDE is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 95 222 -
CMYK 0.63 0.57 0 0.13
HSL 234.82º 0.68% 0.6% -
HSV(B) 234.82º 0.63% 0.87% -
XYZ 20.84 15.3 70.96 -
YUV 105.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 83 95 222 0.63 0.57 0 0.13 234.82 0.68 0.6
Hex 53 5F DE 3F 39 0 D EB 44 3C
Octal 123 137 336 77 71 0 15 353 104 74
Binary 1010011 1011111 11011110 111111 111001 0 1101 11101011 1000100 111100

Color Harmonies of #535FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FDE

Black with #535FDE

Text Example


Text Example

White with #535FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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