#092FF0

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

Shades of Blue #092FF0

Tints of Blue #092FF0

Color information

#092FF0 (or 0x092FF0) is unknown color: approx Blue. HEX triplet: 09, 2F and F0. RGB value is (9,47,240). Sum of RGB (Red+Green+Blue) = 9+47+240=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 240 (94.14% from 255 or 81.08% from 296); Max value from RGB is 240 - color contains mainly: blue. Hex color #092FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FF0 is #F6D00F. Grayscale: #383838. Windows color (decimal): -16175120 or 15740681. OLE color: 15740681.

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

Color convert

RGB947240-
CMYK0.960.8000.06
HSL230.13º92.77%48.82%-
HSV(B)230.13º96.25%94.12%-
XYZ16.868.3883.17-
YUV57.64230.9193.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.04%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 240 (94.14% from 255) = 81.08%
R=3.04%
G=15.88%
B=81.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9472400.960.8000.06230.1392.7748.82
Hex92FF0605006e65d31
Octal11573601401200634613561
Binary100110111111110000110000010100000110111001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,240); }

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

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

 a { background-color: rgb(9,47,240); }

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

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

 span { border-color: rgb(9,47,240); }

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