#1D02ED

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

Shades of Blue #1D02ED

Tints of Blue #1D02ED

Color information

#1D02ED (or 0x1D02ED) is unknown color: approx Blue. HEX triplet: 1D, 02 and ED. RGB value is (29,2,237). Sum of RGB (Red+Green+Blue) = 29+2+237=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D02ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D02ED is #E2FD12. Grayscale: #232323. Windows color (decimal): -14875923 or 15532573. OLE color: 15532573.

HSL color Cylindrical-coordinate representation of color #1D02ED: hue angle of 246.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02ED is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB292237-
CMYK0.880.9900.07
HSL246.89º98.33%46.86%-
HSV(B)246.89º99.16%92.94%-
XYZ15.816.4280.53-
YUV36.86240.95122.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 237 (92.97% from 255) = 88.43%
R=10.82%
G=0.75%
B=88.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2922370.880.9900.07246.8998.3346.86
Hex1D2ED586307f7622f
Octal3523551301430736714257
Binary111011011101101101100011000110111111101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,237); }

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

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

 a { background-color: rgb(29,2,237); }

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

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

 span { border-color: rgb(29,2,237); }

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