Html Css Color HEX #5172CE Royal Blue

📋 copy color: '#5172CE'

red 81 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #5172CE

Tints of Royal Blue #5172CE

RGB

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

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

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

R = 20.2%
G = 28.43%
B = 51.37%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5172CE (or 0x5172CE) is known color: Royal Blue. HEX triplet: 51, 72 and CE. RGB value is (81,114,206). Sum of RGB (Red+Green+Blue) = 81+114+206=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5172CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172CE is #AE8D31. Grayscale: #727272. Windows color (decimal): -11439410 or 13529681. OLE color: 13529681.

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

Color convert

RGB 81 114 206 -
CMYK 0.61 0.45 0 0.19
HSL 224.16º 0.56% 0.56% -
HSV(B) 224.16º 0.61% 0.81% -
XYZ 20.55 18.24 60.83 -
YUV 114.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 81 114 206 0.61 0.45 0 0.19 224.16 0.56 0.56
Hex 51 72 CE 3D 2D 0 13 E0 38 38
Octal 121 162 316 75 55 0 23 340 70 70
Binary 1010001 1110010 11001110 111101 101101 0 10011 11100000 111000 111000

Color Harmonies of #5172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172CE

Black with #5172CE

Text Example


Text Example

White with #5172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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