Html Css Color HEX #515FDA Royal Blue

📋 copy color: '#515FDA'

red 81 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #515FDA

Tints of Royal Blue #515FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 20.56%
G = 24.11%
B = 55.33%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#515FDA (or 0x515FDA) is known color: Royal Blue. HEX triplet: 51, 5F and DA. RGB value is (81,95,218). Sum of RGB (Red+Green+Blue) = 81+95+218=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #515FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FDA is #AEA025. Grayscale: #686868. Windows color (decimal): -11444262 or 14311249. OLE color: 14311249.

HSL color Cylindrical-coordinate representation of color #515FDA: hue angle of 233.87º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515FDA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 95 218 -
CMYK 0.63 0.56 0 0.15
HSL 233.87º 0.65% 0.59% -
HSV(B) 233.87º 0.63% 0.85% -
XYZ 20.14 15 68.16 -
YUV 104.84 191.86 111 -
System Red Green Blue C M Y K H S L
Decimal 81 95 218 0.63 0.56 0 0.15 233.87 0.65 0.59
Hex 51 5F DA 3F 38 0 F EA 41 3B
Octal 121 137 332 77 70 0 17 352 101 73
Binary 1010001 1011111 11011010 111111 111000 0 1111 11101010 1000001 111011

Color Harmonies of #515FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FDA

Black with #515FDA

Text Example


Text Example

White with #515FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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