#092CF2

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

Shades of Blue #092CF2

Tints of Blue #092CF2

Color information

#092CF2 (or 0x092CF2) is unknown color: approx Blue. HEX triplet: 09, 2C and F2. RGB value is (9,44,242). Sum of RGB (Red+Green+Blue) = 9+44+242=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 242 (94.92% from 255 or 82.03% from 295); Max value from RGB is 242 - color contains mainly: blue. Hex color #092CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CF2 is #F6D30D. Grayscale: #373737. Windows color (decimal): -16175886 or 15870985. OLE color: 15870985.

HSL color Cylindrical-coordinate representation of color #092CF2: hue angle of 230.99º 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 #092CF2 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB944242-
CMYK0.960.8200.05
HSL230.99º92.83%49.22%-
HSV(B)230.99º96.28%94.9%-
XYZ17.048.2784.7-
YUV56.11232.994.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 242 (94.92% from 255) = 82.03%
R=3.05%
G=14.92%
B=82.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9442420.960.8200.05230.9992.8349.22
Hex92CF2605205e75d31
Octal11543621401220534713561
Binary100110110011110010110000010100100101111001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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