#1D0DF9

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

Shades of Blue #1D0DF9

Tints of Blue #1D0DF9

Color information

#1D0DF9 (or 0x1D0DF9) is unknown color: approx Blue. HEX triplet: 1D, 0D and F9. RGB value is (29,13,249). Sum of RGB (Red+Green+Blue) = 29+13+249=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 249 (97.66% from 255 or 85.57% from 291); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D0DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0DF9 is #E2F206. Grayscale: #2B2B2B. Windows color (decimal): -14873095 or 16321821. OLE color: 16321821.

HSL color Cylindrical-coordinate representation of color #1D0DF9: hue angle of 244.07º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0DF9 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2913249-
CMYK0.880.9500.02
HSL244.07º95.16%51.37%-
HSV(B)244.07º94.78%97.65%-
XYZ17.757.3990.11-
YUV44.69243.3116.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.97%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 249 (97.66% from 255) = 85.57%
R=9.97%
G=4.47%
B=85.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal29132490.880.9500.02244.0795.1651.37
Hex1DDF9585F02f45f33
Octal35153711301370236413763
Binary1110111011111100110110001011111010111101001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,13,249); }

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

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

 a { background-color: rgb(29,13,249); }

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

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

 span { border-color: rgb(29,13,249); }

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