Html Css Color HEX #1F1BF9 Blue

📋 copy color: '#1F1BF9'

red 31 ◦ green 27 ◦ blue 249

#1F1BF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1F1BF9

Tints of Blue #1F1BF9

RGB

 RED value IS 31 (12.5% from 255) = 10.1%

 GREEN value IS 27 (10.94% from 255) = 8.79%

 BLUE value IS 249 (97.66% from 255) = 81.11%

R = 10.1%
G = 8.79%
B = 81.11%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F1BF9 (or 0x1F1BF9) is known color: Blue. HEX triplet: 1F, 1B and F9. RGB value is (31,27,249). Sum of RGB (Red+Green+Blue) = 31+27+249=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 249 (97.66% from 255 or 81.11% from 307); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F1BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1BF9 is #E0E406. Grayscale: #343434. Windows color (decimal): -14738439 or 16325407. OLE color: 16325407.

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

Color convert

RGB 31 27 249 -
CMYK 0.88 0.89 0 0.02
HSL 241.08º 0.95% 0.54% -
HSV(B) 241.08º 0.89% 0.98% -
XYZ 18.06 7.91 90.2 -
YUV 53.5 238.33 111.95 -
System Red Green Blue C M Y K H S L
Decimal 31 27 249 0.88 0.89 0 0.02 241.08 0.95 0.54
Hex 1F 1B F9 58 59 0 2 F1 5F 36
Octal 37 33 371 130 131 0 2 361 137 66
Binary 11111 11011 11111001 1011000 1011001 0 10 11110001 1011111 110110

Color Harmonies of #1F1BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1BF9

Black with #1F1BF9

Text Example


Text Example

White with #1F1BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,27,249); }

 H1.HeaderClassName
 {
   color: #1F1BF9;
 }
 .AnyTagClassName
 {
   color: #1F1BF9;
 }
</style>

background-color css

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

 a { background-color: rgb(31,27,249); }

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

border-color css

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

 span { border-color: rgb(31,27,249); }

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