Html Css Color HEX #5474DB Royal Blue

📋 copy color: '#5474DB'

red 84 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #5474DB

Tints of Royal Blue #5474DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 20.05%
G = 27.68%
B = 52.27%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5474DB (or 0x5474DB) is known color: Royal Blue. HEX triplet: 54, 74 and DB. RGB value is (84,116,219). Sum of RGB (Red+Green+Blue) = 84+116+219=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5474DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474DB is #AB8B24. Grayscale: #757575. Windows color (decimal): -11242277 or 14382164. OLE color: 14382164.

HSL color Cylindrical-coordinate representation of color #5474DB: hue angle of 225.78º 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 #5474DB is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 116 219 -
CMYK 0.62 0.47 0 0.14
HSL 225.78º 0.65% 0.59% -
HSV(B) 225.78º 0.62% 0.86% -
XYZ 22.69 19.49 69.58 -
YUV 118.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 84 116 219 0.62 0.47 0 0.14 225.78 0.65 0.59
Hex 54 74 DB 3E 2F 0 E E2 41 3B
Octal 124 164 333 76 57 0 16 342 101 73
Binary 1010100 1110100 11011011 111110 101111 0 1110 11100010 1000001 111011

Color Harmonies of #5474DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474DB

Black with #5474DB

Text Example


Text Example

White with #5474DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5474DB; }

 p { color: rgb(84,116,219); }

 H1.HeaderClassName
 {
   color: #5474DB;
 }
 .AnyTagClassName
 {
   color: #5474DB;
 }
</style>

background-color css

<style>
 a { background-color: #5474DB; }

 a { background-color: rgb(84,116,219); }

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

border-color css

<style>
 span { border-color: #5474DB; }

 span { border-color: rgb(84,116,219); }

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