Html Css Color HEX #515CDE Royal Blue

📋 copy color: '#515CDE'

red 81 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #515CDE

Tints of Royal Blue #515CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 20.51%
G = 23.29%
B = 56.2%

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

#515CDE (or 0x515CDE) is known color: Royal Blue. HEX triplet: 51, 5C and DE. RGB value is (81,92,222). Sum of RGB (Red+Green+Blue) = 81+92+222=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #515CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CDE is #AEA321. Grayscale: #676767. Windows color (decimal): -11445026 or 14572625. OLE color: 14572625.

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

Color convert

RGB 81 92 222 -
CMYK 0.64 0.59 0 0.13
HSL 235.32º 0.68% 0.59% -
HSV(B) 235.32º 0.64% 0.87% -
XYZ 20.41 14.68 70.86 -
YUV 103.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 81 92 222 0.64 0.59 0 0.13 235.32 0.68 0.59
Hex 51 5C DE 40 3B 0 D EB 44 3B
Octal 121 134 336 100 73 0 15 353 104 73
Binary 1010001 1011100 11011110 1000000 111011 0 1101 11101011 1000100 111011

Color Harmonies of #515CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CDE

Black with #515CDE

Text Example


Text Example

White with #515CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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