#1F18D5

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

Shades of Medium Blue #1F18D5

Tints of Medium Blue #1F18D5

Color information

#1F18D5 (or 0x1F18D5) is unknown color: approx Medium Blue. HEX triplet: 1F, 18 and D5. RGB value is (31,24,213). Sum of RGB (Red+Green+Blue) = 31+24+213=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 213 (83.59% from 255 or 79.48% from 268); Max value from RGB is 213 - color contains mainly: blue. Hex color #1F18D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18D5 is #E0E72A. Grayscale: #2E2E2E. Windows color (decimal): -14739243 or 13965343. OLE color: 13965343.

HSL color Cylindrical-coordinate representation of color #1F18D5: hue angle of 242.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F18D5 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3124213-
CMYK0.850.8900.16
HSL242.22º79.75%46.47%-
HSV(B)242.22º88.73%83.53%-
XYZ12.95.7563.38-
YUV47.64221.32116.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 213 (83.59% from 255) = 79.48%
R=11.57%
G=8.96%
B=79.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31242130.850.8900.16242.2279.7546.47
Hex1F18D55559010f2502e
Octal373032512513102036212056
Binary11111110001101010110101011011001010000111100101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,213); }

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

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

 a { background-color: rgb(31,24,213); }

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

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

 span { border-color: rgb(31,24,213); }

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