#1F08D8

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

Shades of Medium Blue #1F08D8

Tints of Medium Blue #1F08D8

Color information

#1F08D8 (or 0x1F08D8) is unknown color: approx Medium Blue. HEX triplet: 1F, 08 and D8. RGB value is (31,8,216). Sum of RGB (Red+Green+Blue) = 31+8+216=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 216 (84.77% from 255 or 84.71% from 255); Max value from RGB is 216 - color contains mainly: blue. Hex color #1F08D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08D8 is #E0F727. Grayscale: #252525. Windows color (decimal): -14743336 or 14157855. OLE color: 14157855.

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

Color convert

RGB318216-
CMYK0.860.9600.15
HSL246.63º92.86%43.92%-
HSV(B)246.63º96.3%84.71%-
XYZ13.055.4265.32-
YUV38.59228.12122.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 216 (84.77% from 255) = 84.71%
R=12.16%
G=3.14%
B=84.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3182160.860.9600.15246.6392.8643.92
Hex1F8D856600Ff75d2c
Octal371033012614001736713554
Binary111111000110110001010110110000001111111101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F08D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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