#1B10DF

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

Shades of Medium Blue #1B10DF

Tints of Medium Blue #1B10DF

Color information

#1B10DF (or 0x1B10DF) is unknown color: approx Medium Blue. HEX triplet: 1B, 10 and DF. RGB value is (27,16,223). Sum of RGB (Red+Green+Blue) = 27+16+223=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B10DF is #E4EF20. Grayscale: #2A2A2A. Windows color (decimal): -15003425 or 14618651. OLE color: 14618651.

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

Color convert

RGB2716223-
CMYK0.880.9300.13
HSL243.19º86.61%46.86%-
HSV(B)243.19º92.83%87.45%-
XYZ13.965.9370.22-
YUV42.89229.64116.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 223 (87.5% from 255) = 83.83%
R=10.15%
G=6.02%
B=83.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27162230.880.9300.13243.1986.6146.86
Hex1B10DF585D0Df3572f
Octal332033713013501536312757
Binary1101110000110111111011000101110101101111100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,223); }

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

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

 a { background-color: rgb(27,16,223); }

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

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

 span { border-color: rgb(27,16,223); }

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