Html Css Color HEX #5170CE Royal Blue

📋 copy color: '#5170CE'

red 81 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #5170CE

Tints of Royal Blue #5170CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 20.3%
G = 28.07%
B = 51.63%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5170CE (or 0x5170CE) is known color: Royal Blue. HEX triplet: 51, 70 and CE. RGB value is (81,112,206). Sum of RGB (Red+Green+Blue) = 81+112+206=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #5170CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170CE is #AE8F31. Grayscale: #717171. Windows color (decimal): -11439922 or 13529169. OLE color: 13529169.

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

Color convert

RGB 81 112 206 -
CMYK 0.61 0.46 0 0.19
HSL 225.12º 0.56% 0.56% -
HSV(B) 225.12º 0.61% 0.81% -
XYZ 20.33 17.79 60.76 -
YUV 113.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 81 112 206 0.61 0.46 0 0.19 225.12 0.56 0.56
Hex 51 70 CE 3D 2E 0 13 E1 38 38
Octal 121 160 316 75 56 0 23 341 70 70
Binary 1010001 1110000 11001110 111101 101110 0 10011 11100001 111000 111000

Color Harmonies of #5170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170CE

Black with #5170CE

Text Example


Text Example

White with #5170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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