#091AF8

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

Shades of Blue #091AF8

Tints of Blue #091AF8

Color information

#091AF8 (or 0x091AF8) is unknown color: approx Blue. HEX triplet: 09, 1A and F8. RGB value is (9,26,248). Sum of RGB (Red+Green+Blue) = 9+26+248=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 248 (97.27% from 255 or 87.63% from 283); Max value from RGB is 248 - color contains mainly: blue. Hex color #091AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091AF8 is #F6E507. Grayscale: #2D2D2D. Windows color (decimal): -16180488 or 16259593. OLE color: 16259593.

HSL color Cylindrical-coordinate representation of color #091AF8: hue angle of 235.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091AF8 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB926248-
CMYK0.960.9000.03
HSL235.73º94.47%50.39%-
HSV(B)235.73º96.37%97.25%-
XYZ17.437.5789.35-
YUV46.22241.87101.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 248 (97.27% from 255) = 87.63%
R=3.18%
G=9.19%
B=87.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9262480.960.9000.03235.7394.4750.39
Hex91AF8605A03ec5e32
Octal11323701401320335413662
Binary1001110101111100011000001011010011111011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,26,248); }

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

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

 a { background-color: rgb(9,26,248); }

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

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

 span { border-color: rgb(9,26,248); }

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