#0930F0

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

Shades of Blue #0930F0

Tints of Blue #0930F0

Color information

#0930F0 (or 0x0930F0) is unknown color: approx Blue. HEX triplet: 09, 30 and F0. RGB value is (9,48,240). Sum of RGB (Red+Green+Blue) = 9+48+240=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 240 (94.14% from 255 or 80.81% from 297); Max value from RGB is 240 - color contains mainly: blue. Hex color #0930F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0930F0 is #F6CF0F. Grayscale: #393939. Windows color (decimal): -16174864 or 15740937. OLE color: 15740937.

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

Color convert

RGB948240-
CMYK0.960.800.06
HSL229.87º92.77%48.82%-
HSV(B)229.87º96.25%94.12%-
XYZ16.98.4683.18-
YUV58.23230.5892.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 240 (94.14% from 255) = 80.81%
R=3.03%
G=16.16%
B=80.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9482400.960.800.06229.8792.7748.82
Hex930F0605006e65d31
Octal11603601401200634613561
Binary100111000011110000110000010100000110111001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0930F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0930F0; }

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

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

<style>
 a { background-color: #0930F0; }

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

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

<style>
 span { border-color: #0930F0; }

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

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