Html Css Color HEX #515DDE Royal Blue

📋 copy color: '#515DDE'

red 81 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #515DDE

Tints of Royal Blue #515DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 20.45%
G = 23.48%
B = 56.06%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515DDE (or 0x515DDE) is known color: Royal Blue. HEX triplet: 51, 5D and DE. RGB value is (81,93,222). Sum of RGB (Red+Green+Blue) = 81+93+222=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #515DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDE is #AEA221. Grayscale: #676767. Windows color (decimal): -11444770 or 14572881. OLE color: 14572881.

HSL color Cylindrical-coordinate representation of color #515DDE: hue angle of 234.89º 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 #515DDE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 93 222 -
CMYK 0.64 0.58 0 0.13
HSL 234.89º 0.68% 0.59% -
HSV(B) 234.89º 0.64% 0.87% -
XYZ 20.49 14.85 70.89 -
YUV 104.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 81 93 222 0.64 0.58 0 0.13 234.89 0.68 0.59
Hex 51 5D DE 40 3A 0 D EB 44 3B
Octal 121 135 336 100 72 0 15 353 104 73
Binary 1010001 1011101 11011110 1000000 111010 0 1101 11101011 1000100 111011

Color Harmonies of #515DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DDE

Black with #515DDE

Text Example


Text Example

White with #515DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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