This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > March 2004 > What is Royal Blue





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author What is Royal Blue
JCO

2004-03-30, 9:32 pm

Anyone know the approximate "numbers" (either decimal or hex) to achieve
Royal Blue?
I though I could simply put Royal Blue in my .CSS file but it doesn't
understan what that is.


Thomas A. Rowe

2004-03-30, 9:32 pm

See:
http://www.ycoln-design.com/WebColo...s/WebColors.asp
and if you know the Pantone (r) color number, then Pantone(r) to Hex translator.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

" JCO" <J.Oliviero@verizon.net> wrote in message news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
> Anyone know the approximate "numbers" (either decimal or hex) to achieve
> Royal Blue?
> I though I could simply put Royal Blue in my .CSS file but it doesn't
> understan what that is.
>
>



DI

2004-03-30, 9:33 pm

Copy javascript below and paste in IE Address Bar and click on GO and you will get what you
need.


java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++){t+='<table%20widt
h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<td%20bgcolor='+L+'>'
+L}t+='</tr>'}t+='</table>'};with(document){write(t);void(close())}



" JCO" <J.Oliviero@verizon.net> wrote in message
news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
> Anyone know the approximate "numbers" (either decimal or hex) to achieve
> Royal Blue?
> I though I could simply put Royal Blue in my .CSS file but it doesn't
> understan what that is.
>
>



Jack Brewster

2004-03-30, 9:33 pm

Google is your friend. :)
http://www.google.com/search?source...blue%22+hex+rgb

The first result was http://www.endprod.com/colors/

Color Name - Hex - R - G - B
royal blue - #4069E1 - 64 - 105 - 225

--
Jack Brewster - Microsoft FrontPage MVP

" JCO" <J.Oliviero@verizon.net> wrote in message
news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
> Anyone know the approximate "numbers" (either decimal or hex) to achieve
> Royal Blue?
> I though I could simply put Royal Blue in my .CSS file but it doesn't
> understan what that is.
>
>



DI

2004-03-30, 9:33 pm

Sorry I mess up


> " JCO" <J.Oliviero@verizon.net> wrote in message
> news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
>
>



John Jansen \(MSFT\)

2004-03-30, 9:33 pm

That is a neat script.

You can also use FrontPage's color picker:

New Page
Format > Font
Color: More Colors
Click around the color wheel, and the HEX value will change dynamically for
each color you click.

--
Thanks!
John Jansen
Microsoft Office FrontPage
This posting is provided "AS IS" with no warranties, and confers no rights.
"DI" <post@newsgroup.please> wrote in message
news:%23ILR7TnFEHA.3084@TK2MSFTNGP09.phx.gbl...
> Copy javascript below and paste in IE Address Bar and click on GO and you

will get what you
> need.
>
>
>

java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++
){t+='<table%20widt
>

h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<t
d%20bgcolor='+L+'>'
> +L}t+='</tr>'}t+='</table>'};with(document){write(t);void(close())}
>
>
>
> " JCO" <J.Oliviero@verizon.net> wrote in message
> news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
>
>



JCO

2004-03-30, 9:33 pm

Thank you (All three responses)

What would be the best approach for creating a color background that is dark
at the top and gradually gets lighter as you get to the bottom. I would
prefer to stay away from themes.


"DI" <post@newsgroup.please> wrote in message
news:%23ILR7TnFEHA.3084@TK2MSFTNGP09.phx.gbl...
> Copy javascript below and paste in IE Address Bar and click on GO and you

will get what you
> need.
>
>
>

java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++
){t+='<table%20widt
>

h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<t
d%20bgcolor='+L+'>'
> +L}t+='</tr>'}t+='</table>'};with(document){write(t);void(close())}
>
>
>
> " JCO" <J.Oliviero@verizon.net> wrote in message
> news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
>
>



Stefan B Rusynko

2004-03-30, 9:33 pm

In an image editor create a gradient image
But how will you know how big to make it so it won't tile?
Top is clear
Bottom can be all over the place (in length based on page content)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


" JCO" <J.Oliviero@verizon.net> wrote in message news:7Khac.21141$u_2.18415@nwrddc01.gnilink.net...
| Thank you (All three responses)
|
| What would be the best approach for creating a color background that is dark
| at the top and gradually gets lighter as you get to the bottom. I would
| prefer to stay away from themes.
|
|
| "DI" <post@newsgroup.please> wrote in message
| news:%23ILR7TnFEHA.3084@TK2MSFTNGP09.phx.gbl...
| > Copy javascript below and paste in IE Address Bar and click on GO and you
| will get what you
| > need.
| >
| >
| >
| java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++
| ){t+='<table%20widt
| >
| h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<t
| d%20bgcolor='+L+'>'
| > +L}t+='</tr>'}t+='</table>'};with(document){write(t);void(close())}
| >
| >
| >
| > " JCO" <J.Oliviero@verizon.net> wrote in message
| > news:b5hac.21052$u_2.13074@nwrddc01.gnilink.net...
| > > Anyone know the approximate "numbers" (either decimal or hex) to achieve
| > > Royal Blue?
| > > I though I could simply put Royal Blue in my .CSS file but it doesn't
| > > understan what that is.
| > >
| > >
| >
| >
|
|


Kevin Spencer

2004-03-30, 9:33 pm

If you're talking about the background of the Page itself, you will need to
create a background image that is a gradient, and make it tall and skinny
(tall so it doesn't tile vertically, and skinny so that it doesn't take up
too much bandwidth).

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

" JCO" <J.Oliviero@verizon.net> wrote in message
news:7Khac.21141$u_2.18415@nwrddc01.gnilink.net...
> Thank you (All three responses)
>
> What would be the best approach for creating a color background that is

dark
> at the top and gradually gets lighter as you get to the bottom. I would
> prefer to stay away from themes.
>
>
> "DI" <post@newsgroup.please> wrote in message
> news:%23ILR7TnFEHA.3084@TK2MSFTNGP09.phx.gbl...
you[color=darkred]
> will get what you
>

java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++
> ){t+='<table%20widt
>

h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<t
> d%20bgcolor='+L+'>'
achieve[color=darkred]
>
>



Jack Brewster

2004-03-30, 9:33 pm

Once you have your graphic selected, you can use CSS to apply it to the page
and keep it from repeating vertically. You should set the background color
value to be complimentary with the lightest end of the gradient to give you
a visually pleasing transition.

So, for example, say the light end of the image is white, your CSS might be:

body {
background: url("/pathto/image.gif") #fff repeat-x;
}

Another technique you could use is to apply a fixed position on the graphic
to prevent it from scrolling. Not all browsers support this (at least NS4
doesn't) but I don't think it will cause you any problems. To implement
this, just add "fixed" as shown below. To see this technique in action:
http://www.w3schools.com/css/tryit....ound-attachment

body {
background: url("/pathto/image.gif") #000080 repeat-x fixed;
}

For more info on CSS and backgrounds:
http://www.w3schools.com/css/css_background.asp

--
Jack Brewster - Microsoft FrontPage MVP

" JCO" <J.Oliviero@verizon.net> wrote in message
news:7Khac.21141$u_2.18415@nwrddc01.gnilink.net...
> Thank you (All three responses)
>
> What would be the best approach for creating a color background that is

dark
> at the top and gradually gets lighter as you get to the bottom. I would
> prefer to stay away from themes.
>
>
> "DI" <post@newsgroup.please> wrote in message
> news:%23ILR7TnFEHA.3084@TK2MSFTNGP09.phx.gbl...
you[color=darkred]
> will get what you
>

java script:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i<6;i++
> ){t+='<table%20widt
>

h=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<t
> d%20bgcolor='+L+'>'
achieve[color=darkred]
>
>



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews