Html Css Color HEX #5469EB Royal Blue

📋 copy color: '#5469EB'

red 84 ◦ green 105 ◦ blue 235

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

Shades of Royal Blue #5469EB

Tints of Royal Blue #5469EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 19.81%
G = 24.76%
B = 55.42%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5469EB (or 0x5469EB) is known color: Royal Blue. HEX triplet: 54, 69 and EB. RGB value is (84,105,235). Sum of RGB (Red+Green+Blue) = 84+105+235=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #5469EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5469EB is #AB9614. Grayscale: #717171. Windows color (decimal): -11245077 or 15427924. OLE color: 15427924.

HSL color Cylindrical-coordinate representation of color #5469EB: hue angle of 231.66º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5469EB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 105 235 -
CMYK 0.64 0.55 0 0.08
HSL 231.66º 0.79% 0.63% -
HSV(B) 231.66º 0.64% 0.92% -
XYZ 23.7 17.99 80.82 -
YUV 113.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 84 105 235 0.64 0.55 0 0.08 231.66 0.79 0.63
Hex 54 69 EB 40 37 0 8 E8 4F 3F
Octal 124 151 353 100 67 0 10 350 117 77
Binary 1010100 1101001 11101011 1000000 110111 0 1000 11101000 1001111 111111

Color Harmonies of #5469EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5469EB

Black with #5469EB

Text Example


Text Example

White with #5469EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5469EB; }

 p { color: rgb(84,105,235); }

 H1.HeaderClassName
 {
   color: #5469EB;
 }
 .AnyTagClassName
 {
   color: #5469EB;
 }
</style>

background-color css

<style>
 a { background-color: #5469EB; }

 a { background-color: rgb(84,105,235); }

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

border-color css

<style>
 span { border-color: #5469EB; }

 span { border-color: rgb(84,105,235); }

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