#1F0EE5

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

Shades of Medium Blue #1F0EE5

Tints of Medium Blue #1F0EE5

Color information

#1F0EE5 (or 0x1F0EE5) is unknown color: approx Medium Blue. HEX triplet: 1F, 0E and E5. RGB value is (31,14,229). Sum of RGB (Red+Green+Blue) = 31+14+229=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 229 (89.84% from 255 or 83.58% from 274); Max value from RGB is 229 - color contains mainly: blue. Hex color #1F0EE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0EE5 is #E0F11A. Grayscale: #2A2A2A. Windows color (decimal): -14741787 or 15011359. OLE color: 15011359.

HSL color Cylindrical-coordinate representation of color #1F0EE5: hue angle of 244.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0EE5 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3114229-
CMYK0.860.9400.10
HSL244.74º88.48%47.65%-
HSV(B)244.74º93.89%89.8%-
XYZ14.866.2674.55-
YUV43.59232.63119.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 229 (89.84% from 255) = 83.58%
R=11.31%
G=5.11%
B=83.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31142290.860.9400.10244.7488.4847.65
Hex1FEE5565E0Af55830
Octal371634512613601236513060
Binary111111110111001011010110101111001010111101011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,229); }

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

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

 a { background-color: rgb(31,14,229); }

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

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

 span { border-color: rgb(31,14,229); }

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