#1F1EFF

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

Shades of Blue #1F1EFF

Tints of Blue #1F1EFF

Color information

#1F1EFF (or 0x1F1EFF) is unknown color: approx Blue. HEX triplet: 1F, 1E and FF. RGB value is (31,30,255). Sum of RGB (Red+Green+Blue) = 31+30+255=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1EFF is #E0E100. Grayscale: #373737. Windows color (decimal): -14737665 or 16719391. OLE color: 16719391.

HSL color Cylindrical-coordinate representation of color #1F1EFF: hue angle of 240.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1EFF is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3130255-
CMYK0.880.8800
HSL240.27º100%55.88%-
HSV(B)240.27º88.24%100%-
XYZ19.088.4495.23-
YUV55.95240.33110.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.81%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 255 (100% from 255) = 80.70%
R=9.81%
G=9.49%
B=80.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31302550.880.8800240.2710055.88
Hex1F1EFF585800f06438
Octal37363771301300036014470
Binary1111111110111111111011000101100000111100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,255); }

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

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

 a { background-color: rgb(31,30,255); }

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

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

 span { border-color: rgb(31,30,255); }

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