#1F1EFA

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

Shades of Blue #1F1EFA

Tints of Blue #1F1EFA

Color information

#1F1EFA (or 0x1F1EFA) is unknown color: approx Blue. HEX triplet: 1F, 1E and FA. RGB value is (31,30,250). Sum of RGB (Red+Green+Blue) = 31+30+250=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F1EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1EFA is #E0E105. Grayscale: #363636. Windows color (decimal): -14737670 or 16391711. OLE color: 16391711.

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

Color convert

RGB3130250-
CMYK0.880.8800.02
HSL240.27º95.65%54.9%-
HSV(B)240.27º88%98.04%-
XYZ18.288.1291.05-
YUV55.38237.83110.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 250 (98.05% from 255) = 80.39%
R=9.97%
G=9.65%
B=80.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31302500.880.8800.02240.2795.6554.9
Hex1F1EFA585802f06037
Octal37363721301300236014067
Binary11111111101111101010110001011000010111100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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