Html Css Color HEX #507FEC Royal Blue

📋 copy color: '#507FEC'

red 80 ◦ green 127 ◦ blue 236

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

Shades of Royal Blue #507FEC

Tints of Royal Blue #507FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 18.06%
G = 28.67%
B = 53.27%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#507FEC (or 0x507FEC) is known color: Royal Blue. HEX triplet: 50, 7F and EC. RGB value is (80,127,236). Sum of RGB (Red+Green+Blue) = 80+127+236=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #507FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FEC is #AF8013. Grayscale: #7C7C7C. Windows color (decimal): -11501588 or 15499088. OLE color: 15499088.

HSL color Cylindrical-coordinate representation of color #507FEC: hue angle of 221.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507FEC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 127 236 -
CMYK 0.66 0.46 0 0.07
HSL 221.92º 0.8% 0.62% -
HSV(B) 221.92º 0.66% 0.93% -
XYZ 26.04 22.94 82.41 -
YUV 125.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 80 127 236 0.66 0.46 0 0.07 221.92 0.8 0.62
Hex 50 7F EC 42 2E 0 7 DE 50 3E
Octal 120 177 354 102 56 0 7 336 120 76
Binary 1010000 1111111 11101100 1000010 101110 0 111 11011110 1010000 111110

Color Harmonies of #507FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FEC

Black with #507FEC

Text Example


Text Example

White with #507FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507FEC; }

 p { color: rgb(80,127,236); }

 H1.HeaderClassName
 {
   color: #507FEC;
 }
 .AnyTagClassName
 {
   color: #507FEC;
 }
</style>

background-color css

<style>
 a { background-color: #507FEC; }

 a { background-color: rgb(80,127,236); }

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

border-color css

<style>
 span { border-color: #507FEC; }

 span { border-color: rgb(80,127,236); }

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