#1D08F9

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

Shades of Blue #1D08F9

Tints of Blue #1D08F9

Color information

#1D08F9 (or 0x1D08F9) is unknown color: approx Blue. HEX triplet: 1D, 08 and F9. RGB value is (29,8,249). Sum of RGB (Red+Green+Blue) = 29+8+249=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 249 (97.66% from 255 or 87.06% from 286); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D08F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D08F9 is #E2F706. Grayscale: #282828. Windows color (decimal): -14874375 or 16320541. OLE color: 16320541.

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

Color convert

RGB298249-
CMYK0.880.9700.02
HSL245.23º95.26%50.39%-
HSV(B)245.23º96.79%97.65%-
XYZ17.697.2790.09-
YUV41.75244.96118.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 249 (97.66% from 255) = 87.06%
R=10.14%
G=2.80%
B=87.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2982490.880.9700.02245.2395.2650.39
Hex1D8F9586102f55f32
Octal35103711301410236513762
Binary1110110001111100110110001100001010111101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D08F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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