Html Css Color HEX #5469CF Royal Blue

📋 copy color: '#5469CF'

red 84 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #5469CF

Tints of Royal Blue #5469CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 21.21%
G = 26.52%
B = 52.27%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5469CF (or 0x5469CF) is known color: Royal Blue. HEX triplet: 54, 69 and CF. RGB value is (84,105,207). Sum of RGB (Red+Green+Blue) = 84+105+207=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #5469CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469CF is #AB9630. Grayscale: #6D6D6D. Windows color (decimal): -11245105 or 13592916. OLE color: 13592916.

HSL color Cylindrical-coordinate representation of color #5469CF: hue angle of 229.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5469CF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 105 207 -
CMYK 0.59 0.49 0 0.19
HSL 229.76º 0.56% 0.57% -
HSV(B) 229.76º 0.59% 0.81% -
XYZ 19.97 16.49 61.16 -
YUV 110.35 182.54 109.21 -
System Red Green Blue C M Y K H S L
Decimal 84 105 207 0.59 0.49 0 0.19 229.76 0.56 0.57
Hex 54 69 CF 3B 31 0 13 E6 38 39
Octal 124 151 317 73 61 0 23 346 70 71
Binary 1010100 1101001 11001111 111011 110001 0 10011 11100110 111000 111001

Color Harmonies of #5469CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5469CF

Black with #5469CF

Text Example


Text Example

White with #5469CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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