Html Css Color HEX #5465DC Royal Blue

📋 copy color: '#5465DC'

red 84 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #5465DC

Tints of Royal Blue #5465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 20.74%
G = 24.94%
B = 54.32%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5465DC (or 0x5465DC) is known color: Royal Blue. HEX triplet: 54, 65 and DC. RGB value is (84,101,220). Sum of RGB (Red+Green+Blue) = 84+101+220=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #5465DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465DC is #AB9A23. Grayscale: #6C6C6C. Windows color (decimal): -11246116 or 14443860. OLE color: 14443860.

HSL color Cylindrical-coordinate representation of color #5465DC: hue angle of 232.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5465DC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 101 220 -
CMYK 0.62 0.54 0 0.14
HSL 232.5º 0.66% 0.6% -
HSV(B) 232.5º 0.62% 0.86% -
XYZ 21.23 16.36 69.75 -
YUV 109.48 190.37 109.82 -
System Red Green Blue C M Y K H S L
Decimal 84 101 220 0.62 0.54 0 0.14 232.5 0.66 0.6
Hex 54 65 DC 3E 36 0 E E8 42 3C
Octal 124 145 334 76 66 0 16 350 102 74
Binary 1010100 1100101 11011100 111110 110110 0 1110 11101000 1000010 111100

Color Harmonies of #5465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465DC

Black with #5465DC

Text Example


Text Example

White with #5465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5465DC; }

 p { color: rgb(84,101,220); }

 H1.HeaderClassName
 {
   color: #5465DC;
 }
 .AnyTagClassName
 {
   color: #5465DC;
 }
</style>

background-color css

<style>
 a { background-color: #5465DC; }

 a { background-color: rgb(84,101,220); }

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

border-color css

<style>
 span { border-color: #5465DC; }

 span { border-color: rgb(84,101,220); }

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