Html Css Color HEX #5168CE Royal Blue

📋 copy color: '#5168CE'

red 81 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #5168CE

Tints of Royal Blue #5168CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

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

R = 20.72%
G = 26.6%
B = 52.69%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5168CE (or 0x5168CE) is known color: Royal Blue. HEX triplet: 51, 68 and CE. RGB value is (81,104,206). Sum of RGB (Red+Green+Blue) = 81+104+206=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5168CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168CE is #AE9731. Grayscale: #6C6C6C. Windows color (decimal): -11441970 or 13527121. OLE color: 13527121.

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

Color convert

RGB 81 104 206 -
CMYK 0.61 0.50 0 0.19
HSL 228.96º 0.56% 0.56% -
HSV(B) 228.96º 0.61% 0.81% -
XYZ 19.48 16.11 60.47 -
YUV 108.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 81 104 206 0.61 0.50 0 0.19 228.96 0.56 0.56
Hex 51 68 CE 3D 32 0 13 E5 38 38
Octal 121 150 316 75 62 0 23 345 70 70
Binary 1010001 1101000 11001110 111101 110010 0 10011 11100101 111000 111000

Color Harmonies of #5168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5168CE

Black with #5168CE

Text Example


Text Example

White with #5168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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