#2900FF

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

Shades of Blue #2900FF

Tints of Blue #2900FF

Color information

#2900FF (or 0x2900FF) is unknown color: approx Blue. HEX triplet: 29, 00 and FF. RGB value is (41,0,255). Sum of RGB (Red+Green+Blue) = 41+0+255=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 255 (100% from 255 or 86.15% from 296); Max value from RGB is 255 - color contains mainly: blue. Hex color #2900FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2900FF is #D6FF00. Grayscale: #282828. Windows color (decimal): -14089985 or 16711721. OLE color: 16711721.

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

Color convert

RGB410255-
CMYK0.84100
HSL249.65º100%50%-
HSV(B)249.65º100%100%-
XYZ18.967.6995.09-
YUV41.33248.58127.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 86.15%
R=13.85%
G=0%
B=86.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal4102550.84100249.6510050
Hex290FF546400fa6432
Octal5103771241440037214462
Binary1010010111111111010100110010000111110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2900FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2900FF; }

 p { color: rgb(41,0,255); }

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

<style>
 a { background-color: #2900FF; }

 a { background-color: rgb(41,0,255); }

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

<style>
 span { border-color: #2900FF; }

 span { border-color: rgb(41,0,255); }

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