#092DF2

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

Shades of Blue #092DF2

Tints of Blue #092DF2

Color information

#092DF2 (or 0x092DF2) is unknown color: approx Blue. HEX triplet: 09, 2D and F2. RGB value is (9,45,242). Sum of RGB (Red+Green+Blue) = 9+45+242=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 242 (94.92% from 255 or 81.76% from 296); Max value from RGB is 242 - color contains mainly: blue. Hex color #092DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092DF2 is #F6D20D. Grayscale: #373737. Windows color (decimal): -16175630 or 15871241. OLE color: 15871241.

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

Color convert

RGB945242-
CMYK0.960.8100.05
HSL230.73º92.83%49.22%-
HSV(B)230.73º96.28%94.9%-
XYZ17.088.3584.72-
YUV56.69232.5793.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.04%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 242 (94.92% from 255) = 81.76%
R=3.04%
G=15.20%
B=81.76%

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
Decimal9452420.960.8100.05230.7392.8349.22
Hex92DF2605105e75d31
Octal11553621401210534713561
Binary100110110111110010110000010100010101111001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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