#1D29FF

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

Shades of Blue #1D29FF

Tints of Blue #1D29FF

Color information

#1D29FF (or 0x1D29FF) is unknown color: approx Blue. HEX triplet: 1D, 29 and FF. RGB value is (29,41,255). Sum of RGB (Red+Green+Blue) = 29+41+255=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D29FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29FF is #E2D600. Grayscale: #3C3C3C. Windows color (decimal): -14865921 or 16722205. OLE color: 16722205.

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

Color convert

RGB2941255-
CMYK0.890.8400
HSL236.81º100%55.69%-
HSV(B)236.81º88.63%100%-
XYZ19.359.0795.34-
YUV61.81237.02104.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.92%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 255 (100% from 255) = 78.46%
R=8.92%
G=12.62%
B=78.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal29412550.890.8400236.8110055.69
Hex1D29FF595400ed6438
Octal35513771311240035514470
Binary11101101001111111111011001101010000111011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D29FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D29FF; }

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

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

<style>
 a { background-color: #1D29FF; }

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

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

<style>
 span { border-color: #1D29FF; }

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

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