#090FF5

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

Shades of Blue #090FF5

Tints of Blue #090FF5

Color information

#090FF5 (or 0x090FF5) is unknown color: approx Blue. HEX triplet: 09, 0F and F5. RGB value is (9,15,245). Sum of RGB (Red+Green+Blue) = 9+15+245=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 245 (96.09% from 255 or 91.08% from 269); Max value from RGB is 245 - color contains mainly: blue. Hex color #090FF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FF5 is #F6F00A. Grayscale: #262626. Windows color (decimal): -16183307 or 16060169. OLE color: 16060169.

HSL color Cylindrical-coordinate representation of color #090FF5: hue angle of 238.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FF5 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB915245-
CMYK0.960.9400.04
HSL238.47º92.91%49.8%-
HSV(B)238.47º96.33%96.08%-
XYZ16.766.9986.85-
YUV39.43244.01106.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 245 (96.09% from 255) = 91.08%
R=3.35%
G=5.58%
B=91.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9152450.960.9400.04238.4792.9149.8
Hex9FF5605E04ee5d32
Octal11173651401360435613562
Binary1001111111110101110000010111100100111011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090FF5; }

 p { color: rgb(9,15,245); }

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

<style>
 a { background-color: #090FF5; }

 a { background-color: rgb(9,15,245); }

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

<style>
 span { border-color: #090FF5; }

 span { border-color: rgb(9,15,245); }

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