Html Css Color HEX #5466F1 Royal Blue

📋 copy color: '#5466F1'

red 84 ◦ green 102 ◦ blue 241

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

Shades of Royal Blue #5466F1

Tints of Royal Blue #5466F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

 BLUE value IS 241 (94.53% from 255) = 56.44%

R = 19.67%
G = 23.89%
B = 56.44%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5466F1 (or 0x5466F1) is known color: Royal Blue. HEX triplet: 54, 66 and F1. RGB value is (84,102,241). Sum of RGB (Red+Green+Blue) = 84+102+241=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #5466F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5466F1 is #AB990E. Grayscale: #6F6F6F. Windows color (decimal): -11245839 or 15820372. OLE color: 15820372.

HSL color Cylindrical-coordinate representation of color #5466F1: hue angle of 233.12º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5466F1 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 102 241 -
CMYK 0.65 0.58 0 0.05
HSL 233.12º 0.85% 0.64% -
HSV(B) 233.12º 0.65% 0.95% -
XYZ 24.28 17.74 85.36 -
YUV 112.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 84 102 241 0.65 0.58 0 0.05 233.12 0.85 0.64
Hex 54 66 F1 41 3A 0 5 E9 55 40
Octal 124 146 361 101 72 0 5 351 125 100
Binary 1010100 1100110 11110001 1000001 111010 0 101 11101001 1010101 1000000

Color Harmonies of #5466F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5466F1

Black with #5466F1

Text Example


Text Example

White with #5466F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5466F1; }

 p { color: rgb(84,102,241); }

 H1.HeaderClassName
 {
   color: #5466F1;
 }
 .AnyTagClassName
 {
   color: #5466F1;
 }
</style>

background-color css

<style>
 a { background-color: #5466F1; }

 a { background-color: rgb(84,102,241); }

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

border-color css

<style>
 span { border-color: #5466F1; }

 span { border-color: rgb(84,102,241); }

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