#2960D7

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

Shades of Royal Blue #2960D7

Tints of Royal Blue #2960D7

Color information

#2960D7 (or 0x2960D7) is unknown color: approx Royal Blue. HEX triplet: 29, 60 and D7. RGB value is (41,96,215). Sum of RGB (Red+Green+Blue) = 41+96+215=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #2960D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960D7 is #D69F28. Grayscale: #5C5C5C. Windows color (decimal): -14065449 or 14114857. OLE color: 14114857.

HSL color Cylindrical-coordinate representation of color #2960D7: hue angle of 221.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2960D7 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4196215-
CMYK0.810.5500.16
HSL221.03º68.5%50.2%-
HSV(B)221.03º80.93%84.31%-
XYZ17.3613.7466.03-
YUV93.12196.7890.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.65%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 215 (84.38% from 255) = 61.08%
R=11.65%
G=27.27%
B=61.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41962150.810.5500.16221.0368.550.2
Hex2960D75137010dd4532
Octal511403271216702033510562
Binary1010011100000110101111010001110111010000110111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2960D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2960D7; }

 p { color: rgb(41,96,215); }

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

<style>
 a { background-color: #2960D7; }

 a { background-color: rgb(41,96,215); }

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

<style>
 span { border-color: #2960D7; }

 span { border-color: rgb(41,96,215); }

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