#1D02BE

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

Shades of Medium Blue #1D02BE

Tints of Medium Blue #1D02BE

Color information

#1D02BE (or 0x1D02BE) is unknown color: approx Medium Blue. HEX triplet: 1D, 02 and BE. RGB value is (29,2,190). Sum of RGB (Red+Green+Blue) = 29+2+190=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D02BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02BE is #E2FD41. Grayscale: #1E1E1E. Windows color (decimal): -14875970 or 12452381. OLE color: 12452381.

HSL color Cylindrical-coordinate representation of color #1D02BE: hue angle of 248.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02BE is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB292190-
CMYK0.850.9900.25
HSL248.62º97.92%37.65%-
HSV(B)248.62º98.95%74.51%-
XYZ9.824.0248.97-
YUV31.5217.45126.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 190 (74.61% from 255) = 85.97%
R=13.12%
G=0.90%
B=85.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2921900.850.9900.25248.6297.9237.65
Hex1D2BE5563019f96226
Octal35227612514303137114246
Binary11101101011111010101011100011011001111110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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