Html Css Color HEX #515BDE Royal Blue

📋 copy color: '#515BDE'

red 81 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #515BDE

Tints of Royal Blue #515BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 20.56%
G = 23.1%
B = 56.35%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515BDE (or 0x515BDE) is known color: Royal Blue. HEX triplet: 51, 5B and DE. RGB value is (81,91,222). Sum of RGB (Red+Green+Blue) = 81+91+222=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #515BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BDE is #AEA421. Grayscale: #666666. Windows color (decimal): -11445282 or 14572369. OLE color: 14572369.

HSL color Cylindrical-coordinate representation of color #515BDE: hue angle of 235.74º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515BDE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 91 222 -
CMYK 0.64 0.59 0 0.13
HSL 235.74º 0.68% 0.59% -
HSV(B) 235.74º 0.64% 0.87% -
XYZ 20.32 14.51 70.84 -
YUV 102.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 81 91 222 0.64 0.59 0 0.13 235.74 0.68 0.59
Hex 51 5B DE 40 3B 0 D EC 44 3B
Octal 121 133 336 100 73 0 15 354 104 73
Binary 1010001 1011011 11011110 1000000 111011 0 1101 11101100 1000100 111011

Color Harmonies of #515BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BDE

Black with #515BDE

Text Example


Text Example

White with #515BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515BDE; }

 p { color: rgb(81,91,222); }

 H1.HeaderClassName
 {
   color: #515BDE;
 }
 .AnyTagClassName
 {
   color: #515BDE;
 }
</style>

background-color css

<style>
 a { background-color: #515BDE; }

 a { background-color: rgb(81,91,222); }

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

border-color css

<style>
 span { border-color: #515BDE; }

 span { border-color: rgb(81,91,222); }

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