Html Css Color HEX #535DDB Royal Blue

📋 copy color: '#535DDB'

red 83 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #535DDB

Tints of Royal Blue #535DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 21.01%
G = 23.54%
B = 55.44%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#535DDB (or 0x535DDB) is known color: Royal Blue. HEX triplet: 53, 5D and DB. RGB value is (83,93,219). Sum of RGB (Red+Green+Blue) = 83+93+219=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #535DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DDB is #ACA224. Grayscale: #676767. Windows color (decimal): -11313701 or 14376275. OLE color: 14376275.

HSL color Cylindrical-coordinate representation of color #535DDB: hue angle of 235.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535DDB is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 93 219 -
CMYK 0.62 0.58 0 0.14
HSL 235.59º 0.65% 0.59% -
HSV(B) 235.59º 0.62% 0.86% -
XYZ 20.27 14.78 68.8 -
YUV 104.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 83 93 219 0.62 0.58 0 0.14 235.59 0.65 0.59
Hex 53 5D DB 3E 3A 0 E EC 41 3B
Octal 123 135 333 76 72 0 16 354 101 73
Binary 1010011 1011101 11011011 111110 111010 0 1110 11101100 1000001 111011

Color Harmonies of #535DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DDB

Black with #535DDB

Text Example


Text Example

White with #535DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,219); }

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

background-color css

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

 a { background-color: rgb(83,93,219); }

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

border-color css

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

 span { border-color: rgb(83,93,219); }

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