#3070dd

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

Shades of Royal Blue #3070DD

Tints of Royal Blue #3070DD

Color information

#3070DD (or 0x3070DD) is unknown color: approx Royal Blue. HEX triplet: 30, 70 and DD. RGB value is (48,112,221). Sum of RGB (Red+Green+Blue) = 48+112+221=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #3070DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070DD is #CF8F22. Grayscale: #686868. Windows color (decimal): -13602595 or 14512176. OLE color: 14512176.

HSL color Cylindrical-coordinate representation of color #3070DD: hue angle of 217.8º degrees, saturation: 0.72, 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 #3070DD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48112221-
CMYK0.780.4900.13
HSL217.8º71.78%52.75%-
HSV(B)217.8º78.28%86.67%-
XYZ20.0617.4470.71-
YUV105.29193.387.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=12.60%
G=29.40%
B=58.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481122210.780.4900.13217.871.7852.75
Hex3070DD4E310Dda4835
Octal601603351166101533211065
Binary110000111000011011101100111011000101101110110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3070dd; }

 p { color: rgb(48,112,221); }

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

<style>
 a { background-color: #3070dd; }

 a { background-color: rgb(48,112,221); }

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

<style>
 span { border-color: #3070dd; }

 span { border-color: rgb(48,112,221); }

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