#1f03d8

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

Shades of Medium Blue #1F03D8

Tints of Medium Blue #1F03D8

Color information

#1F03D8 (or 0x1F03D8) is unknown color: approx Medium Blue. HEX triplet: 1F, 03 and D8. RGB value is (31,3,216). Sum of RGB (Red+Green+Blue) = 31+3+216=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 216 (84.77% from 255 or 86.4% from 250); Max value from RGB is 216 - color contains mainly: blue. Hex color #1F03D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03D8 is #E0FC27. Grayscale: #222222. Windows color (decimal): -14744616 or 14156575. OLE color: 14156575.

HSL color Cylindrical-coordinate representation of color #1F03D8: hue angle of 247.89º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03D8 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB313216-
CMYK0.860.9900.15
HSL247.89º97.26%42.94%-
HSV(B)247.89º98.61%84.71%-
XYZ12.995.3165.31-
YUV35.65229.78124.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 216 (84.77% from 255) = 86.4%
R=12.4%
G=1.2%
B=86.4%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3132160.860.9900.15247.8997.2642.94
Hex1F3D856630Ff8612b
Octal37333012614301737014153
Binary1111111110110001010110110001101111111110001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f03d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,216); }

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

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

 a { background-color: rgb(31,3,216); }

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

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

 span { border-color: rgb(31,3,216); }

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