Html Css Color HEX #5060EA Royal Blue

📋 copy color: '#5060EA'

red 80 ◦ green 96 ◦ blue 234

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

Shades of Royal Blue #5060EA

Tints of Royal Blue #5060EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 19.51%
G = 23.41%
B = 57.07%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5060EA (or 0x5060EA) is known color: Royal Blue. HEX triplet: 50, 60 and EA. RGB value is (80,96,234). Sum of RGB (Red+Green+Blue) = 80+96+234=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #5060EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060EA is #AF9F15. Grayscale: #6A6A6A. Windows color (decimal): -11509526 or 15360080. OLE color: 15360080.

HSL color Cylindrical-coordinate representation of color #5060EA: hue angle of 233.77º 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 #5060EA is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 96 234 -
CMYK 0.66 0.59 0 0.08
HSL 233.77º 0.79% 0.62% -
HSV(B) 233.77º 0.66% 0.92% -
XYZ 22.34 16.01 79.75 -
YUV 106.95 199.7 108.78 -
System Red Green Blue C M Y K H S L
Decimal 80 96 234 0.66 0.59 0 0.08 233.77 0.79 0.62
Hex 50 60 EA 42 3B 0 8 EA 4F 3E
Octal 120 140 352 102 73 0 10 352 117 76
Binary 1010000 1100000 11101010 1000010 111011 0 1000 11101010 1001111 111110

Color Harmonies of #5060EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060EA

Black with #5060EA

Text Example


Text Example

White with #5060EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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