#1F05D9

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

Shades of Medium Blue #1F05D9

Tints of Medium Blue #1F05D9

Color information

#1F05D9 (or 0x1F05D9) is unknown color: approx Medium Blue. HEX triplet: 1F, 05 and D9. RGB value is (31,5,217). Sum of RGB (Red+Green+Blue) = 31+5+217=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 217 (85.16% from 255 or 85.77% from 253); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F05D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05D9 is #E0FA26. Grayscale: #242424. Windows color (decimal): -14744103 or 14222623. OLE color: 14222623.

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

Color convert

RGB315217-
CMYK0.860.9800.15
HSL247.36º95.5%43.53%-
HSV(B)247.36º97.7%85.1%-
XYZ13.145.4166-
YUV36.94229.61123.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 217 (85.16% from 255) = 85.77%
R=12.25%
G=1.98%
B=85.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3152170.860.9800.15247.3695.543.53
Hex1F5D956620Ff75f2c
Octal37533112614201736713754
Binary11111101110110011010110110001001111111101111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F05D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,217); }

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

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

 a { background-color: rgb(31,5,217); }

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

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

 span { border-color: rgb(31,5,217); }

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