Html Css Color HEX #5166DC Royal Blue

📋 copy color: '#5166DC'

red 81 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #5166DC

Tints of Royal Blue #5166DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 20.1%
G = 25.31%
B = 54.59%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5166DC (or 0x5166DC) is known color: Royal Blue. HEX triplet: 51, 66 and DC. RGB value is (81,102,220). Sum of RGB (Red+Green+Blue) = 81+102+220=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #5166DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166DC is #AE9923. Grayscale: #6C6C6C. Windows color (decimal): -11442468 or 14444113. OLE color: 14444113.

HSL color Cylindrical-coordinate representation of color #5166DC: hue angle of 230.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5166DC is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 102 220 -
CMYK 0.63 0.54 0 0.14
HSL 230.94º 0.67% 0.59% -
HSV(B) 230.94º 0.63% 0.86% -
XYZ 21.06 16.42 69.77 -
YUV 109.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 81 102 220 0.63 0.54 0 0.14 230.94 0.67 0.59
Hex 51 66 DC 3F 36 0 E E7 43 3B
Octal 121 146 334 77 66 0 16 347 103 73
Binary 1010001 1100110 11011100 111111 110110 0 1110 11100111 1000011 111011

Color Harmonies of #5166DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5166DC

Black with #5166DC

Text Example


Text Example

White with #5166DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5166DC; }

 p { color: rgb(81,102,220); }

 H1.HeaderClassName
 {
   color: #5166DC;
 }
 .AnyTagClassName
 {
   color: #5166DC;
 }
</style>

background-color css

<style>
 a { background-color: #5166DC; }

 a { background-color: rgb(81,102,220); }

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

border-color css

<style>
 span { border-color: #5166DC; }

 span { border-color: rgb(81,102,220); }

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