#2901FD

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

Shades of Blue #2901FD

Tints of Blue #2901FD

Color information

#2901FD (or 0x2901FD) is unknown color: approx Blue. HEX triplet: 29, 01 and FD. RGB value is (41,1,253). Sum of RGB (Red+Green+Blue) = 41+1+253=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #2901FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2901FD is #D6FE02. Grayscale: #282828. Windows color (decimal): -14089731 or 16580905. OLE color: 16580905.

HSL color Cylindrical-coordinate representation of color #2901FD: hue angle of 249.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2901FD is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB411253-
CMYK0.841.0000.01
HSL249.52º99.21%49.8%-
HSV(B)249.52º99.6%99.22%-
XYZ18.657.5893.41-
YUV41.69247.25127.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 253 (99.22% from 255) = 85.76%
R=13.90%
G=0.34%
B=85.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4112530.841.0000.01249.5299.2149.8
Hex291FD546401fa6332
Octal5113751241440137214362
Binary1010011111111011010100110010001111110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2901FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2901FD; }

 p { color: rgb(41,1,253); }

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

<style>
 a { background-color: #2901FD; }

 a { background-color: rgb(41,1,253); }

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

<style>
 span { border-color: #2901FD; }

 span { border-color: rgb(41,1,253); }

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