#2959FE

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

Shades of Royal Blue #2959FE

Tints of Royal Blue #2959FE

Color information

#2959FE (or 0x2959FE) is unknown color: approx Royal Blue. HEX triplet: 29, 59 and FE. RGB value is (41,89,254). Sum of RGB (Red+Green+Blue) = 41+89+254=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #2959FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2959FE is #D6A601. Grayscale: #5C5C5C. Windows color (decimal): -14067202 or 16668969. OLE color: 16668969.

HSL color Cylindrical-coordinate representation of color #2959FE: hue angle of 226.48º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2959FE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4189254-
CMYK0.840.6500.00
HSL226.48º99.07%57.84%-
HSV(B)226.48º83.86%99.61%-
XYZ22.3814.7795.44-
YUV93.46218.690.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.68%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 254 (99.61% from 255) = 66.15%
R=10.68%
G=23.18%
B=66.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal41892540.840.6500.00226.4899.0757.84
Hex2959FE544100e2633a
Octal511313761241010034214372
Binary1010011011001111111101010100100000100111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2959FE; }

 p { color: rgb(41,89,254); }

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

<style>
 a { background-color: #2959FE; }

 a { background-color: rgb(41,89,254); }

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

<style>
 span { border-color: #2959FE; }

 span { border-color: rgb(41,89,254); }

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