#1F04BF

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

Shades of Medium Blue #1F04BF

Tints of Medium Blue #1F04BF

Color information

#1F04BF (or 0x1F04BF) is unknown color: approx Medium Blue. HEX triplet: 1F, 04 and BF. RGB value is (31,4,191). Sum of RGB (Red+Green+Blue) = 31+4+191=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F04BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04BF is #E0FB40. Grayscale: #202020. Windows color (decimal): -14744385 or 12518431. OLE color: 12518431.

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

Color convert

RGB314191-
CMYK0.840.9800.25
HSL248.66º95.9%38.24%-
HSV(B)248.66º97.91%74.9%-
XYZ10.014.1449.56-
YUV33.39216.95126.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.72%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 191 (75% from 255) = 84.51%
R=13.72%
G=1.77%
B=84.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3141910.840.9800.25248.6695.938.24
Hex1F4BF5462019f96026
Octal37427712414203137114046
Binary111111001011111110101001100010011001111110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F04BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,191); }

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

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

 a { background-color: rgb(31,4,191); }

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

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

 span { border-color: rgb(31,4,191); }

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