Html Css Color HEX #5169EC Royal Blue

📋 copy color: '#5169EC'

red 81 ◦ green 105 ◦ blue 236

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

Shades of Royal Blue #5169EC

Tints of Royal Blue #5169EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 19.19%
G = 24.88%
B = 55.92%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5169EC (or 0x5169EC) is known color: Royal Blue. HEX triplet: 51, 69 and EC. RGB value is (81,105,236). Sum of RGB (Red+Green+Blue) = 81+105+236=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5169EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169EC is #AE9613. Grayscale: #707070. Windows color (decimal): -11441684 or 15493457. OLE color: 15493457.

HSL color Cylindrical-coordinate representation of color #5169EC: hue angle of 230.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5169EC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 105 236 -
CMYK 0.66 0.56 0 0.07
HSL 230.71º 0.8% 0.62% -
HSV(B) 230.71º 0.66% 0.93% -
XYZ 23.59 17.91 81.57 -
YUV 112.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 81 105 236 0.66 0.56 0 0.07 230.71 0.8 0.62
Hex 51 69 EC 42 38 0 7 E7 50 3E
Octal 121 151 354 102 70 0 7 347 120 76
Binary 1010001 1101001 11101100 1000010 111000 0 111 11100111 1010000 111110

Color Harmonies of #5169EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5169EC

Black with #5169EC

Text Example


Text Example

White with #5169EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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