Html Css Color HEX #5075FF Royal Blue

📋 copy color: '#5075FF'

red 80 ◦ green 117 ◦ blue 255

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

Shades of Royal Blue #5075FF

Tints of Royal Blue #5075FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 17.7%
G = 25.88%
B = 56.42%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5075FF (or 0x5075FF) is known color: Royal Blue. HEX triplet: 50, 75 and FF. RGB value is (80,117,255). Sum of RGB (Red+Green+Blue) = 80+117+255=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5075FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075FF is #AF8A00. Grayscale: #797979. Windows color (decimal): -11504129 or 16741712. OLE color: 16741712.

HSL color Cylindrical-coordinate representation of color #5075FF: hue angle of 227.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5075FF is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 117 255 -
CMYK 0.69 0.54 0 0
HSL 227.31º 1% 0.66% -
HSV(B) 227.31º 0.69% 1% -
XYZ 27.72 21.65 97.33 -
YUV 121.67 203.24 98.28 -
System Red Green Blue C M Y K H S L
Decimal 80 117 255 0.69 0.54 0 0 227.31 1 0.66
Hex 50 75 FF 45 36 0 0 E3 64 42
Octal 120 165 377 105 66 0 0 343 144 102
Binary 1010000 1110101 11111111 1000101 110110 0 0 11100011 1100100 1000010

Color Harmonies of #5075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075FF

Black with #5075FF

Text Example


Text Example

White with #5075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5075FF; }

 p { color: rgb(80,117,255); }

 H1.HeaderClassName
 {
   color: #5075FF;
 }
 .AnyTagClassName
 {
   color: #5075FF;
 }
</style>

background-color css

<style>
 a { background-color: #5075FF; }

 a { background-color: rgb(80,117,255); }

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

border-color css

<style>
 span { border-color: #5075FF; }

 span { border-color: rgb(80,117,255); }

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