#3084DF

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

Shades of Royal Blue #3084DF

Tints of Royal Blue #3084DF

Color information

#3084DF (or 0x3084DF) is unknown color: approx Royal Blue. HEX triplet: 30, 84 and DF. RGB value is (48,132,223). Sum of RGB (Red+Green+Blue) = 48+132+223=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #3084DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3084DF is #CF7B20. Grayscale: #747474. Windows color (decimal): -13597473 or 14648368. OLE color: 14648368.

HSL color Cylindrical-coordinate representation of color #3084DF: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3084DF is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48132223-
CMYK0.780.4100.13
HSL211.2º73.22%53.14%-
HSV(B)211.2º78.48%87.45%-
XYZ22.7922.4672.95-
YUV117.26187.6778.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 223 (87.5% from 255) = 55.33%
R=11.91%
G=32.75%
B=55.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481322230.780.4100.13211.273.2253.14
Hex3084DF4E290Dd34935
Octal602043371165101532311165
Binary1100001000010011011111100111010100101101110100111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3084DF; }

 p { color: rgb(48,132,223); }

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

<style>
 a { background-color: #3084DF; }

 a { background-color: rgb(48,132,223); }

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

<style>
 span { border-color: #3084DF; }

 span { border-color: rgb(48,132,223); }

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