#1d0bd6

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

Shades of Medium Blue #1D0BD6

Tints of Medium Blue #1D0BD6

Color information

#1D0BD6 (or 0x1D0BD6) is unknown color: approx Medium Blue. HEX triplet: 1D, 0B and D6. RGB value is (29,11,214). Sum of RGB (Red+Green+Blue) = 29+11+214=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 214 (83.98% from 255 or 84.25% from 254); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0BD6 is #E2F429. Grayscale: #262626. Windows color (decimal): -14873642 or 14027549. OLE color: 14027549.

HSL color Cylindrical-coordinate representation of color #1D0BD6: hue angle of 245.32º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0BD6 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2911214-
CMYK0.860.9500.16
HSL245.32º90.22%44.12%-
HSV(B)245.32º94.86%83.92%-
XYZ12.765.3663.98-
YUV39.52226.46120.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 214 (83.98% from 255) = 84.25%
R=11.42%
G=4.33%
B=84.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal29112140.860.9500.16245.3290.2244.12
Hex1DBD6565F010f55a2c
Octal351332612613702036513254
Binary1110110111101011010101101011111010000111101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d0bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,214); }

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

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

 a { background-color: rgb(29,11,214); }

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

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

 span { border-color: rgb(29,11,214); }

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

cancel