Html Css Color HEX #5169CE Royal Blue

📋 copy color: '#5169CE'

red 81 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #5169CE

Tints of Royal Blue #5169CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 20.66%
G = 26.79%
B = 52.55%

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

#5169CE (or 0x5169CE) is known color: Royal Blue. HEX triplet: 51, 69 and CE. RGB value is (81,105,206). Sum of RGB (Red+Green+Blue) = 81+105+206=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5169CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169CE is #AE9631. Grayscale: #6C6C6C. Windows color (decimal): -11441714 or 13527377. OLE color: 13527377.

HSL color Cylindrical-coordinate representation of color #5169CE: hue angle of 228.48º degrees, saturation: 0.56, 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 #5169CE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 105 206 -
CMYK 0.61 0.49 0 0.19
HSL 228.48º 0.56% 0.56% -
HSV(B) 228.48º 0.61% 0.81% -
XYZ 19.59 16.31 60.51 -
YUV 109.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 81 105 206 0.61 0.49 0 0.19 228.48 0.56 0.56
Hex 51 69 CE 3D 31 0 13 E4 38 38
Octal 121 151 316 75 61 0 23 344 70 70
Binary 1010001 1101001 11001110 111101 110001 0 10011 11100100 111000 111000

Color Harmonies of #5169CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5169CE

Black with #5169CE

Text Example


Text Example

White with #5169CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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