Html Css Color HEX #516CDD Royal Blue

📋 copy color: '#516CDD'

red 81 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #516CDD

Tints of Royal Blue #516CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 19.76%
G = 26.34%
B = 53.9%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516CDD (or 0x516CDD) is known color: Royal Blue. HEX triplet: 51, 6C and DD. RGB value is (81,108,221). Sum of RGB (Red+Green+Blue) = 81+108+221=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #516CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CDD is #AE9322. Grayscale: #707070. Windows color (decimal): -11440931 or 14511185. OLE color: 14511185.

HSL color Cylindrical-coordinate representation of color #516CDD: hue angle of 228.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516CDD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 108 221 -
CMYK 0.63 0.51 0 0.13
HSL 228.43º 0.67% 0.59% -
HSV(B) 228.43º 0.63% 0.87% -
XYZ 21.81 17.69 70.67 -
YUV 112.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 81 108 221 0.63 0.51 0 0.13 228.43 0.67 0.59
Hex 51 6C DD 3F 33 0 D E4 43 3B
Octal 121 154 335 77 63 0 15 344 103 73
Binary 1010001 1101100 11011101 111111 110011 0 1101 11100100 1000011 111011

Color Harmonies of #516CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CDD

Black with #516CDD

Text Example


Text Example

White with #516CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516CDD; }

 p { color: rgb(81,108,221); }

 H1.HeaderClassName
 {
   color: #516CDD;
 }
 .AnyTagClassName
 {
   color: #516CDD;
 }
</style>

background-color css

<style>
 a { background-color: #516CDD; }

 a { background-color: rgb(81,108,221); }

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

border-color css

<style>
 span { border-color: #516CDD; }

 span { border-color: rgb(81,108,221); }

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