Html Css Color HEX #5166EF Royal Blue

📋 copy color: '#5166EF'

red 81 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #5166EF

Tints of Royal Blue #5166EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 19.19%
G = 24.17%
B = 56.64%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5166EF (or 0x5166EF) is known color: Royal Blue. HEX triplet: 51, 66 and EF. RGB value is (81,102,239). Sum of RGB (Red+Green+Blue) = 81+102+239=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #5166EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166EF is #AE9910. Grayscale: #6E6E6E. Windows color (decimal): -11442449 or 15689297. OLE color: 15689297.

HSL color Cylindrical-coordinate representation of color #5166EF: hue angle of 232.03º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5166EF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 102 239 -
CMYK 0.66 0.57 0 0.06
HSL 232.03º 0.83% 0.63% -
HSV(B) 232.03º 0.66% 0.94% -
XYZ 23.72 17.48 83.79 -
YUV 111.34 200.04 106.36 -
System Red Green Blue C M Y K H S L
Decimal 81 102 239 0.66 0.57 0 0.06 232.03 0.83 0.63
Hex 51 66 EF 42 39 0 6 E8 53 3F
Octal 121 146 357 102 71 0 6 350 123 77
Binary 1010001 1100110 11101111 1000010 111001 0 110 11101000 1010011 111111

Color Harmonies of #5166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5166EF

Black with #5166EF

Text Example


Text Example

White with #5166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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