Html Css Color HEX #5172E8 Royal Blue

📋 copy color: '#5172E8'

red 81 ◦ green 114 ◦ blue 232

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

Shades of Royal Blue #5172E8

Tints of Royal Blue #5172E8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

 BLUE value IS 232 (91.02% from 255) = 54.33%

R = 18.97%
G = 26.7%
B = 54.33%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5172E8 (or 0x5172E8) is known color: Royal Blue. HEX triplet: 51, 72 and E8. RGB value is (81,114,232). Sum of RGB (Red+Green+Blue) = 81+114+232=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #5172E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172E8 is #AE8D17. Grayscale: #757575. Windows color (decimal): -11439384 or 15233617. OLE color: 15233617.

HSL color Cylindrical-coordinate representation of color #5172E8: hue angle of 226.89º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5172E8 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 114 232 -
CMYK 0.65 0.51 0 0.09
HSL 226.89º 0.77% 0.61% -
HSV(B) 226.89º 0.65% 0.91% -
XYZ 23.98 19.61 78.87 -
YUV 117.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 81 114 232 0.65 0.51 0 0.09 226.89 0.77 0.61
Hex 51 72 E8 41 33 0 9 E3 4D 3D
Octal 121 162 350 101 63 0 11 343 115 75
Binary 1010001 1110010 11101000 1000001 110011 0 1001 11100011 1001101 111101

Color Harmonies of #5172E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172E8

Black with #5172E8

Text Example


Text Example

White with #5172E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5172E8; }

 p { color: rgb(81,114,232); }

 H1.HeaderClassName
 {
   color: #5172E8;
 }
 .AnyTagClassName
 {
   color: #5172E8;
 }
</style>

background-color css

<style>
 a { background-color: #5172E8; }

 a { background-color: rgb(81,114,232); }

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

border-color css

<style>
 span { border-color: #5172E8; }

 span { border-color: rgb(81,114,232); }

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