Html Css Color HEX #5169CF Royal Blue

📋 copy color: '#5169CF'

red 81 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #5169CF

Tints of Royal Blue #5169CF

RGB

 RED value IS 81 (32.03% from 255) = 20.61%

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

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

R = 20.61%
G = 26.72%
B = 52.67%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5169CF (or 0x5169CF) is known color: Royal Blue. HEX triplet: 51, 69 and CF. RGB value is (81,105,207). Sum of RGB (Red+Green+Blue) = 81+105+207=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5169CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169CF is #AE9630. Grayscale: #6D6D6D. Windows color (decimal): -11441713 or 13592913. OLE color: 13592913.

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

Color convert

RGB 81 105 207 -
CMYK 0.61 0.49 0 0.19
HSL 228.57º 0.57% 0.56% -
HSV(B) 228.57º 0.61% 0.81% -
XYZ 19.71 16.36 61.15 -
YUV 109.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 81 105 207 0.61 0.49 0 0.19 228.57 0.57 0.56
Hex 51 69 CF 3D 31 0 13 E5 39 38
Octal 121 151 317 75 61 0 23 345 71 70
Binary 1010001 1101001 11001111 111101 110001 0 10011 11100101 111001 111000

Color Harmonies of #5169CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5169CF

Black with #5169CF

Text Example


Text Example

White with #5169CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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