#1D02BD

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

Shades of Medium Blue #1D02BD

Tints of Medium Blue #1D02BD

Color information

#1D02BD (or 0x1D02BD) is unknown color: approx Medium Blue. HEX triplet: 1D, 02 and BD. RGB value is (29,2,189). Sum of RGB (Red+Green+Blue) = 29+2+189=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D02BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02BD is #E2FD42. Grayscale: #1E1E1E. Windows color (decimal): -14875971 or 12386845. OLE color: 12386845.

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

Color convert

RGB292189-
CMYK0.850.9900.26
HSL248.66º97.91%37.45%-
HSV(B)248.66º98.94%74.12%-
XYZ9.713.9848.4-
YUV31.39216.95126.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 189 (74.22% from 255) = 85.91%
R=13.18%
G=0.91%
B=85.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2921890.850.9900.26248.6697.9137.45
Hex1D2BD556301Af96225
Octal35227512514303237114245
Binary11101101011110110101011100011011010111110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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