Html Css Color HEX #5461DD Royal Blue

📋 copy color: '#5461DD'

red 84 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #5461DD

Tints of Royal Blue #5461DD

RGB

 RED value IS 84 (33.2% from 255) = 20.9%

 GREEN value IS 97 (38.28% from 255) = 24.13%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 20.9%
G = 24.13%
B = 54.98%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5461DD (or 0x5461DD) is known color: Royal Blue. HEX triplet: 54, 61 and DD. RGB value is (84,97,221). Sum of RGB (Red+Green+Blue) = 84+97+221=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5461DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461DD is #AB9E22. Grayscale: #6A6A6A. Windows color (decimal): -11247139 or 14508372. OLE color: 14508372.

HSL color Cylindrical-coordinate representation of color #5461DD: hue angle of 234.31º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5461DD is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 97 221 -
CMYK 0.62 0.56 0 0.13
HSL 234.31º 0.67% 0.6% -
HSV(B) 234.31º 0.62% 0.87% -
XYZ 20.98 15.65 70.32 -
YUV 107.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 84 97 221 0.62 0.56 0 0.13 234.31 0.67 0.6
Hex 54 61 DD 3E 38 0 D EA 43 3C
Octal 124 141 335 76 70 0 15 352 103 74
Binary 1010100 1100001 11011101 111110 111000 0 1101 11101010 1000011 111100

Color Harmonies of #5461DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5461DD

Black with #5461DD

Text Example


Text Example

White with #5461DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5461DD; }

 p { color: rgb(84,97,221); }

 H1.HeaderClassName
 {
   color: #5461DD;
 }
 .AnyTagClassName
 {
   color: #5461DD;
 }
</style>

background-color css

<style>
 a { background-color: #5461DD; }

 a { background-color: rgb(84,97,221); }

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

border-color css

<style>
 span { border-color: #5461DD; }

 span { border-color: rgb(84,97,221); }

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