#1D07BE

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

Shades of Medium Blue #1D07BE

Tints of Medium Blue #1D07BE

Color information

#1D07BE (or 0x1D07BE) is unknown color: approx Medium Blue. HEX triplet: 1D, 07 and BE. RGB value is (29,7,190). Sum of RGB (Red+Green+Blue) = 29+7+190=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D07BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D07BE is #E2F841. Grayscale: #212121. Windows color (decimal): -14874690 or 12453661. OLE color: 12453661.

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

Color convert

RGB297190-
CMYK0.850.9600.25
HSL247.21º92.89%38.63%-
HSV(B)247.21º96.32%74.51%-
XYZ9.884.1348.99-
YUV34.44215.79124.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.83%
GREEN value IS 7 (3.12% from 255) = 3.10%
BLUE value IS 190 (74.61% from 255) = 84.07%
R=12.83%
G=3.10%
B=84.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2971900.850.9600.25247.2192.8938.63
Hex1D7BE5560019f75d27
Octal35727612514003136713547
Binary111011111011111010101011100000011001111101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D07BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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