#1D09EB

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

Shades of Blue #1D09EB

Tints of Blue #1D09EB

Color information

#1D09EB (or 0x1D09EB) is unknown color: approx Blue. HEX triplet: 1D, 09 and EB. RGB value is (29,9,235). Sum of RGB (Red+Green+Blue) = 29+9+235=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D09EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D09EB is #E2F614. Grayscale: #272727. Windows color (decimal): -14874133 or 15403293. OLE color: 15403293.

HSL color Cylindrical-coordinate representation of color #1D09EB: hue angle of 245.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D09EB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB299235-
CMYK0.880.9600.08
HSL245.31º92.62%47.84%-
HSV(B)245.31º96.17%92.16%-
XYZ15.66.4579.02-
YUV40.74237.63119.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 235 (92.19% from 255) = 86.08%
R=10.62%
G=3.30%
B=86.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2992350.880.9600.08245.3192.6247.84
Hex1D9EB586008f55d30
Octal351135313014001036513560
Binary111011001111010111011000110000001000111101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,235); }

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

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

 a { background-color: rgb(29,9,235); }

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

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

 span { border-color: rgb(29,9,235); }

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