Html Css Color HEX #515FDD Royal Blue

📋 copy color: '#515FDD'

red 81 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #515FDD

Tints of Royal Blue #515FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 20.4%
G = 23.93%
B = 55.67%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515FDD (or 0x515FDD) is known color: Royal Blue. HEX triplet: 51, 5F and DD. RGB value is (81,95,221). Sum of RGB (Red+Green+Blue) = 81+95+221=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #515FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FDD is #AEA022. Grayscale: #686868. Windows color (decimal): -11444259 or 14507857. OLE color: 14507857.

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

Color convert

RGB 81 95 221 -
CMYK 0.63 0.57 0 0.13
HSL 234º 0.67% 0.59% -
HSV(B) 234º 0.63% 0.87% -
XYZ 20.54 15.15 70.25 -
YUV 105.18 193.36 110.75 -
System Red Green Blue C M Y K H S L
Decimal 81 95 221 0.63 0.57 0 0.13 234 0.67 0.59
Hex 51 5F DD 3F 39 0 D EA 43 3B
Octal 121 137 335 77 71 0 15 352 103 73
Binary 1010001 1011111 11011101 111111 111001 0 1101 11101010 1000011 111011

Color Harmonies of #515FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FDD

Black with #515FDD

Text Example


Text Example

White with #515FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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