#1F04BC

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

Shades of Medium Blue #1F04BC

Tints of Medium Blue #1F04BC

Color information

#1F04BC (or 0x1F04BC) is unknown color: approx Medium Blue. HEX triplet: 1F, 04 and BC. RGB value is (31,4,188). Sum of RGB (Red+Green+Blue) = 31+4+188=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F04BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04BC is #E0FB43. Grayscale: #202020. Windows color (decimal): -14744388 or 12321823. OLE color: 12321823.

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

Color convert

RGB314188-
CMYK0.840.9800.26
HSL248.8º95.83%37.65%-
HSV(B)248.8º97.87%73.73%-
XYZ9.694.0147.84-
YUV33.05215.45126.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 188 (73.83% from 255) = 84.30%
R=13.90%
G=1.79%
B=84.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3141880.840.9800.26248.895.8337.65
Hex1F4BC546201Af96026
Octal37427412414203237114046
Binary111111001011110010101001100010011010111110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F04BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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