#2958FE

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

Shades of Royal Blue #2958FE

Tints of Royal Blue #2958FE

Color information

#2958FE (or 0x2958FE) is unknown color: approx Royal Blue. HEX triplet: 29, 58 and FE. RGB value is (41,88,254). Sum of RGB (Red+Green+Blue) = 41+88+254=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #2958FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2958FE is #D6A701. Grayscale: #5C5C5C. Windows color (decimal): -14067458 or 16668713. OLE color: 16668713.

HSL color Cylindrical-coordinate representation of color #2958FE: hue angle of 226.76º 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 #2958FE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4188254-
CMYK0.840.6500.00
HSL226.76º99.07%57.84%-
HSV(B)226.76º83.86%99.61%-
XYZ22.2914.6195.41-
YUV92.87218.9391-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.70%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=10.70%
G=22.98%
B=66.32%

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
Decimal41882540.840.6500.00226.7699.0757.84
Hex2958FE544100e3633a
Octal511303761241010034314372
Binary1010011011000111111101010100100000100111000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2958FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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