#2900FC

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

Shades of Blue #2900FC

Tints of Blue #2900FC

Color information

#2900FC (or 0x2900FC) is unknown color: approx Blue. HEX triplet: 29, 00 and FC. RGB value is (41,0,252). Sum of RGB (Red+Green+Blue) = 41+0+252=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 252 (98.83% from 255 or 86.01% from 293); Max value from RGB is 252 - color contains mainly: blue. Hex color #2900FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2900FC is #D6FF03. Grayscale: #282828. Windows color (decimal): -14089988 or 16515113. OLE color: 16515113.

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

Color convert

RGB410252-
CMYK0.84100.01
HSL249.76º100%49.41%-
HSV(B)249.76º100%98.82%-
XYZ18.497.592.57-
YUV40.99247.08128.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 86.01%
R=13.99%
G=0%
B=86.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4102520.84100.01249.7610049.41
Hex290FC546401fa6431
Octal5103741241440137214461
Binary1010010111111001010100110010001111110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2900FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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