Html Css Color HEX #5082DF Royal Blue

📋 copy color: '#5082DF'

red 80 ◦ green 130 ◦ blue 223

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

Shades of Royal Blue #5082DF

Tints of Royal Blue #5082DF

RGB

 RED value IS 80 (31.64% from 255) = 18.48%

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 18.48%
G = 30.02%
B = 51.5%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5082DF (or 0x5082DF) is known color: Royal Blue. HEX triplet: 50, 82 and DF. RGB value is (80,130,223). Sum of RGB (Red+Green+Blue) = 80+130+223=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #5082DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082DF is #AF7D20. Grayscale: #7D7D7D. Windows color (decimal): -11500833 or 14647888. OLE color: 14647888.

HSL color Cylindrical-coordinate representation of color #5082DF: hue angle of 219.02º degrees, saturation: 0.69, 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 #5082DF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 130 223 -
CMYK 0.64 0.42 0 0.13
HSL 219.02º 0.69% 0.59% -
HSV(B) 219.02º 0.64% 0.87% -
XYZ 24.61 23 72.95 -
YUV 125.65 182.94 95.44 -
System Red Green Blue C M Y K H S L
Decimal 80 130 223 0.64 0.42 0 0.13 219.02 0.69 0.59
Hex 50 82 DF 40 2A 0 D DB 45 3B
Octal 120 202 337 100 52 0 15 333 105 73
Binary 1010000 10000010 11011111 1000000 101010 0 1101 11011011 1000101 111011

Color Harmonies of #5082DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082DF

Black with #5082DF

Text Example


Text Example

White with #5082DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,130,223); }

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

background-color css

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

 a { background-color: rgb(80,130,223); }

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

border-color css

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

 span { border-color: rgb(80,130,223); }

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