#3079ED

Color #3079ED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3079ED

Tints of Royal Blue #3079ED

Color information

#3079ED (or 0x3079ED) is unknown color: approx Royal Blue. HEX triplet: 30, 79 and ED. RGB value is (48,121,237). Sum of RGB (Red+Green+Blue) = 48+121+237=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #3079ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3079ED is #CF8612. Grayscale: #6F6F6F. Windows color (decimal): -13600275 or 15563056. OLE color: 15563056.

HSL color Cylindrical-coordinate representation of color #3079ED: hue angle of 216.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3079ED is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB48121237-
CMYK0.800.4900.07
HSL216.83º84%55.88%-
HSV(B)216.83º79.75%92.94%-
XYZ23.3420.4282.83-
YUV112.4198.3282.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 237 (92.97% from 255) = 58.37%
R=11.82%
G=29.80%
B=58.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal481212370.800.4900.07216.838455.88
Hex3079ED503107d95438
Octal60171355120610733112470
Binary11000011110011110110110100001100010111110110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3079ED; }

 p { color: rgb(48,121,237); }

 H1.HeaderClassName
 {
   color: #3079ED;
 }
 .AnyTagClassName
 {
   color: #3079ED;
 }
</style>
background-color css

<style>
 a { background-color: #3079ED; }

 a { background-color: rgb(48,121,237); }

 div.DivClassName
 {
   background-color: #3079ED;
 }
 .BgClassName
 {
   background-color: #3079ED;
 }
</style>
border-color css

<style>
 span { border-color: #3079ED; }

 span { border-color: rgb(48,121,237); }

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