#0E30F0

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

Shades of Blue #0E30F0

Tints of Blue #0E30F0

Color information

#0E30F0 (or 0x0E30F0) is unknown color: approx Blue. HEX triplet: 0E, 30 and F0. RGB value is (14,48,240). Sum of RGB (Red+Green+Blue) = 14+48+240=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 240 (94.14% from 255 or 79.47% from 302); Max value from RGB is 240 - color contains mainly: blue. Hex color #0E30F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E30F0 is #F1CF0F. Grayscale: #3A3A3A. Windows color (decimal): -15847184 or 15740942. OLE color: 15740942.

HSL color Cylindrical-coordinate representation of color #0E30F0: hue angle of 230.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E30F0 is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1448240-
CMYK0.940.800.06
HSL230.97º88.98%49.8%-
HSV(B)230.97º94.17%94.12%-
XYZ16.978.583.18-
YUV59.72229.7495.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.64%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 240 (94.14% from 255) = 79.47%
R=4.64%
G=15.89%
B=79.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14482400.940.800.06230.9788.9849.8
HexE30F05E5006e75932
Octal16603601361200634713162
Binary111011000011110000101111010100000110111001111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E30F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E30F0; }

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

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

<style>
 a { background-color: #0E30F0; }

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

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

<style>
 span { border-color: #0E30F0; }

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

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