#1F09DE

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

Shades of Medium Blue #1F09DE

Tints of Medium Blue #1F09DE

Color information

#1F09DE (or 0x1F09DE) is unknown color: approx Medium Blue. HEX triplet: 1F, 09 and DE. RGB value is (31,9,222). Sum of RGB (Red+Green+Blue) = 31+9+222=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F09DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09DE is #E0F621. Grayscale: #272727. Windows color (decimal): -14743074 or 14551327. OLE color: 14551327.

HSL color Cylindrical-coordinate representation of color #1F09DE: hue angle of 246.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09DE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB319222-
CMYK0.860.9600.13
HSL246.2º92.21%45.29%-
HSV(B)246.2º95.95%87.06%-
XYZ13.855.7669.49-
YUV39.86230.79121.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 222 (87.11% from 255) = 84.73%
R=11.83%
G=3.44%
B=84.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3192220.860.9600.13246.292.2145.29
Hex1F9DE56600Df65c2d
Octal371133612614001536613455
Binary111111001110111101010110110000001101111101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F09DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,222); }

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

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

 a { background-color: rgb(31,9,222); }

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

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

 span { border-color: rgb(31,9,222); }

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