Html Css Color HEX #516BDD Royal Blue

📋 copy color: '#516BDD'

red 81 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #516BDD

Tints of Royal Blue #516BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 19.8%
G = 26.16%
B = 54.03%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516BDD (or 0x516BDD) is known color: Royal Blue. HEX triplet: 51, 6B and DD. RGB value is (81,107,221). Sum of RGB (Red+Green+Blue) = 81+107+221=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #516BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BDD is #AE9422. Grayscale: #6F6F6F. Windows color (decimal): -11441187 or 14510929. OLE color: 14510929.

HSL color Cylindrical-coordinate representation of color #516BDD: hue angle of 228.86º 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 #516BDD is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 107 221 -
CMYK 0.63 0.52 0 0.13
HSL 228.86º 0.67% 0.59% -
HSV(B) 228.86º 0.63% 0.87% -
XYZ 21.7 17.49 70.64 -
YUV 112.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 81 107 221 0.63 0.52 0 0.13 228.86 0.67 0.59
Hex 51 6B DD 3F 34 0 D E5 43 3B
Octal 121 153 335 77 64 0 15 345 103 73
Binary 1010001 1101011 11011101 111111 110100 0 1101 11100101 1000011 111011

Color Harmonies of #516BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BDD

Black with #516BDD

Text Example


Text Example

White with #516BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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