Html Css Color HEX #5075EA Royal Blue

📋 copy color: '#5075EA'

red 80 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #5075EA

Tints of Royal Blue #5075EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 18.56%
G = 27.15%
B = 54.29%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5075EA (or 0x5075EA) is known color: Royal Blue. HEX triplet: 50, 75 and EA. RGB value is (80,117,234). Sum of RGB (Red+Green+Blue) = 80+117+234=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #5075EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075EA is #AF8A15. Grayscale: #767676. Windows color (decimal): -11504150 or 15365456. OLE color: 15365456.

HSL color Cylindrical-coordinate representation of color #5075EA: hue angle of 225.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5075EA is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 117 234 -
CMYK 0.66 0.5 0 0.08
HSL 225.58º 0.79% 0.62% -
HSV(B) 225.58º 0.66% 0.92% -
XYZ 24.52 20.37 80.48 -
YUV 119.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 80 117 234 0.66 0.5 0 0.08 225.58 0.79 0.62
Hex 50 75 EA 42 32 0 8 E2 4F 3E
Octal 120 165 352 102 62 0 10 342 117 76
Binary 1010000 1110101 11101010 1000010 110010 0 1000 11100010 1001111 111110

Color Harmonies of #5075EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075EA

Black with #5075EA

Text Example


Text Example

White with #5075EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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