Html Css Color HEX #535FDF Royal Blue

📋 copy color: '#535FDF'

red 83 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #535FDF

Tints of Royal Blue #535FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 20.7%
G = 23.69%
B = 55.61%

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

#535FDF (or 0x535FDF) is known color: Royal Blue. HEX triplet: 53, 5F and DF. RGB value is (83,95,223). Sum of RGB (Red+Green+Blue) = 83+95+223=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #535FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FDF is #ACA020. Grayscale: #696969. Windows color (decimal): -11313185 or 14638931. OLE color: 14638931.

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

Color convert

RGB 83 95 223 -
CMYK 0.63 0.57 0 0.13
HSL 234.86º 0.69% 0.6% -
HSV(B) 234.86º 0.63% 0.87% -
XYZ 20.98 15.35 71.67 -
YUV 106 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 83 95 223 0.63 0.57 0 0.13 234.86 0.69 0.6
Hex 53 5F DF 3F 39 0 D EB 45 3C
Octal 123 137 337 77 71 0 15 353 105 74
Binary 1010011 1011111 11011111 111111 111001 0 1101 11101011 1000101 111100

Color Harmonies of #535FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FDF

Black with #535FDF

Text Example


Text Example

White with #535FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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