Html Css Color HEX #5172EC Royal Blue

📋 copy color: '#5172EC'

red 81 ◦ green 114 ◦ blue 236

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

Shades of Royal Blue #5172EC

Tints of Royal Blue #5172EC

RGB

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

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

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

R = 18.79%
G = 26.45%
B = 54.76%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5172EC (or 0x5172EC) is known color: Royal Blue. HEX triplet: 51, 72 and EC. RGB value is (81,114,236). Sum of RGB (Red+Green+Blue) = 81+114+236=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #5172EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172EC is #AE8D13. Grayscale: #757575. Windows color (decimal): -11439380 or 15495761. OLE color: 15495761.

HSL color Cylindrical-coordinate representation of color #5172EC: hue angle of 227.23º 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 #5172EC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 114 236 -
CMYK 0.66 0.52 0 0.07
HSL 227.23º 0.8% 0.62% -
HSV(B) 227.23º 0.66% 0.93% -
XYZ 24.55 19.84 81.89 -
YUV 118.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 81 114 236 0.66 0.52 0 0.07 227.23 0.8 0.62
Hex 51 72 EC 42 34 0 7 E3 50 3E
Octal 121 162 354 102 64 0 7 343 120 76
Binary 1010001 1110010 11101100 1000010 110100 0 111 11100011 1010000 111110

Color Harmonies of #5172EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172EC

Black with #5172EC

Text Example


Text Example

White with #5172EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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