#092EF2

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

Shades of Blue #092EF2

Tints of Blue #092EF2

Color information

#092EF2 (or 0x092EF2) is unknown color: approx Blue. HEX triplet: 09, 2E and F2. RGB value is (9,46,242). Sum of RGB (Red+Green+Blue) = 9+46+242=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 242 (94.92% from 255 or 81.48% from 297); Max value from RGB is 242 - color contains mainly: blue. Hex color #092EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EF2 is #F6D10D. Grayscale: #383838. Windows color (decimal): -16175374 or 15871497. OLE color: 15871497.

HSL color Cylindrical-coordinate representation of color #092EF2: hue angle of 230.47º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EF2 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB946242-
CMYK0.960.8100.05
HSL230.47º92.83%49.22%-
HSV(B)230.47º96.28%94.9%-
XYZ17.128.4284.73-
YUV57.28232.2493.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 242 (94.92% from 255) = 81.48%
R=3.03%
G=15.49%
B=81.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9462420.960.8100.05230.4792.8349.22
Hex92EF2605105e65d31
Octal11563621401210534613561
Binary100110111011110010110000010100010101111001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092EF2; }

 p { color: rgb(9,46,242); }

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

<style>
 a { background-color: #092EF2; }

 a { background-color: rgb(9,46,242); }

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

<style>
 span { border-color: #092EF2; }

 span { border-color: rgb(9,46,242); }

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