Html Css Color HEX #091FEF Blue

📋 copy color: '#091FEF'

red 9 ◦ green 31 ◦ blue 239

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

Shades of Blue #091FEF

Tints of Blue #091FEF

RGB

 RED value IS 9 (3.91% from 255) = 3.23%

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 239 (93.75% from 255) = 85.66%

R = 3.23%
G = 11.11%
B = 85.66%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#091FEF (or 0x091FEF) is known color: Blue. HEX triplet: 09, 1F and EF. RGB value is (9,31,239). Sum of RGB (Red+Green+Blue) = 9+31+239=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #091FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091FEF is #F6E010. Grayscale: #2F2F2F. Windows color (decimal): -16179217 or 15671049. OLE color: 15671049.

HSL color Cylindrical-coordinate representation of color #091FEF: hue angle of 234.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091FEF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 31 239 -
CMYK 0.96 0.87 0 0.06
HSL 234.26º 0.93% 0.49% -
HSV(B) 234.26º 0.96% 0.94% -
XYZ 16.18 7.27 82.21 -
YUV 48.13 235.71 100.09 -
System Red Green Blue C M Y K H S L
Decimal 9 31 239 0.96 0.87 0 0.06 234.26 0.93 0.49
Hex 9 1F EF 60 57 0 6 EA 5D 31
Octal 11 37 357 140 127 0 6 352 135 61
Binary 1001 11111 11101111 1100000 1010111 0 110 11101010 1011101 110001

Color Harmonies of #091FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FEF

Black with #091FEF

Text Example


Text Example

White with #091FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091FEF; }

 p { color: rgb(9,31,239); }

 H1.HeaderClassName
 {
   color: #091FEF;
 }
 .AnyTagClassName
 {
   color: #091FEF;
 }
</style>

background-color css

<style>
 a { background-color: #091FEF; }

 a { background-color: rgb(9,31,239); }

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

border-color css

<style>
 span { border-color: #091FEF; }

 span { border-color: rgb(9,31,239); }

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