Html Css Color HEX #5075FE Royal Blue

📋 copy color: '#5075FE'

red 80 ◦ green 117 ◦ blue 254

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

Shades of Royal Blue #5075FE

Tints of Royal Blue #5075FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 17.74%
G = 25.94%
B = 56.32%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5075FE (or 0x5075FE) is known color: Royal Blue. HEX triplet: 50, 75 and FE. RGB value is (80,117,254). Sum of RGB (Red+Green+Blue) = 80+117+254=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #5075FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075FE is #AF8A01. Grayscale: #787878. Windows color (decimal): -11504130 or 16676176. OLE color: 16676176.

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

Color convert

RGB 80 117 254 -
CMYK 0.69 0.54 0 0.00
HSL 227.24º 0.99% 0.65% -
HSV(B) 227.24º 0.69% 1% -
XYZ 27.56 21.58 96.48 -
YUV 121.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 80 117 254 0.69 0.54 0 0.00 227.24 0.99 0.65
Hex 50 75 FE 45 36 0 0 E3 63 41
Octal 120 165 376 105 66 0 0 343 143 101
Binary 1010000 1110101 11111110 1000101 110110 0 0 11100011 1100011 1000001

Color Harmonies of #5075FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075FE

Black with #5075FE

Text Example


Text Example

White with #5075FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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