Html Css Color HEX #5180DF Royal Blue

📋 copy color: '#5180DF'

red 81 ◦ green 128 ◦ blue 223

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

Shades of Royal Blue #5180DF

Tints of Royal Blue #5180DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 18.75%
G = 29.63%
B = 51.62%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5180DF (or 0x5180DF) is known color: Royal Blue. HEX triplet: 51, 80 and DF. RGB value is (81,128,223). Sum of RGB (Red+Green+Blue) = 81+128+223=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #5180DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180DF is #AE7F20. Grayscale: #7C7C7C. Windows color (decimal): -11435809 or 14647377. OLE color: 14647377.

HSL color Cylindrical-coordinate representation of color #5180DF: hue angle of 220.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5180DF is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 128 223 -
CMYK 0.64 0.43 0 0.13
HSL 220.14º 0.69% 0.6% -
HSV(B) 220.14º 0.64% 0.87% -
XYZ 24.43 22.52 72.87 -
YUV 124.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 81 128 223 0.64 0.43 0 0.13 220.14 0.69 0.6
Hex 51 80 DF 40 2B 0 D DC 45 3C
Octal 121 200 337 100 53 0 15 334 105 74
Binary 1010001 10000000 11011111 1000000 101011 0 1101 11011100 1000101 111100

Color Harmonies of #5180DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5180DF

Black with #5180DF

Text Example


Text Example

White with #5180DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5180DF; }

 p { color: rgb(81,128,223); }

 H1.HeaderClassName
 {
   color: #5180DF;
 }
 .AnyTagClassName
 {
   color: #5180DF;
 }
</style>

background-color css

<style>
 a { background-color: #5180DF; }

 a { background-color: rgb(81,128,223); }

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

border-color css

<style>
 span { border-color: #5180DF; }

 span { border-color: rgb(81,128,223); }

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