#092CF0

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

Shades of Blue #092CF0

Tints of Blue #092CF0

Color information

#092CF0 (or 0x092CF0) is unknown color: approx Blue. HEX triplet: 09, 2C and F0. RGB value is (9,44,240). Sum of RGB (Red+Green+Blue) = 9+44+240=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 240 (94.14% from 255 or 81.91% from 293); Max value from RGB is 240 - color contains mainly: blue. Hex color #092CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CF0 is #F6D30F. Grayscale: #373737. Windows color (decimal): -16175888 or 15739913. OLE color: 15739913.

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

Color convert

RGB944240-
CMYK0.960.8200.06
HSL230.91º92.77%48.82%-
HSV(B)230.91º96.25%94.12%-
XYZ16.748.1583.13-
YUV55.88231.994.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 240 (94.14% from 255) = 81.91%
R=3.07%
G=15.02%
B=81.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9442400.960.8200.06230.9192.7748.82
Hex92CF0605206e75d31
Octal11543601401220634713561
Binary100110110011110000110000010100100110111001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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