#1F17EC

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

Shades of Blue #1F17EC

Tints of Blue #1F17EC

Color information

#1F17EC (or 0x1F17EC) is unknown color: approx Blue. HEX triplet: 1F, 17 and EC. RGB value is (31,23,236). Sum of RGB (Red+Green+Blue) = 31+23+236=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F17EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F17EC is #E0E813. Grayscale: #303030. Windows color (decimal): -14739476 or 15472415. OLE color: 15472415.

HSL color Cylindrical-coordinate representation of color #1F17EC: hue angle of 242.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F17EC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3123236-
CMYK0.870.9000.07
HSL242.25º84.86%50.78%-
HSV(B)242.25º90.25%92.55%-
XYZ16.016.9679.86-
YUV49.67233.15114.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 236 (92.58% from 255) = 81.38%
R=10.69%
G=7.93%
B=81.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31232360.870.9000.07242.2584.8650.78
Hex1F17EC575A07f25533
Octal37273541271320736212563
Binary111111011111101100101011110110100111111100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F17EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,236); }

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

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

 a { background-color: rgb(31,23,236); }

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

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

 span { border-color: rgb(31,23,236); }

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