Html Css Color HEX #091BF9 Blue

📋 copy color: '#091BF9'

red 9 ◦ green 27 ◦ blue 249

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

Shades of Blue #091BF9

Tints of Blue #091BF9

RGB

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

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

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

R = 3.16%
G = 9.47%
B = 87.37%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#091BF9 (or 0x091BF9) is known color: Blue. HEX triplet: 09, 1B and F9. RGB value is (9,27,249). Sum of RGB (Red+Green+Blue) = 9+27+249=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 249 (97.66% from 255 or 87.37% from 285); Max value from RGB is 249 - color contains mainly: blue. Hex color #091BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091BF9 is #F6E406. Grayscale: #2E2E2E. Windows color (decimal): -16180231 or 16325385. OLE color: 16325385.

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

Color convert

RGB 9 27 249 -
CMYK 0.96 0.89 0 0.02
HSL 235.5º 0.95% 0.51% -
HSV(B) 235.5º 0.96% 0.98% -
XYZ 17.6 7.68 90.18 -
YUV 46.93 242.04 100.95 -
System Red Green Blue C M Y K H S L
Decimal 9 27 249 0.96 0.89 0 0.02 235.5 0.95 0.51
Hex 9 1B F9 60 59 0 2 EC 5F 33
Octal 11 33 371 140 131 0 2 354 137 63
Binary 1001 11011 11111001 1100000 1011001 0 10 11101100 1011111 110011

Color Harmonies of #091BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BF9

Black with #091BF9

Text Example


Text Example

White with #091BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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