#1e09fb

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

Shades of Blue #1E09FB

Tints of Blue #1E09FB

Color information

#1E09FB (or 0x1E09FB) is unknown color: approx Blue. HEX triplet: 1E, 09 and FB. RGB value is (30,9,251). Sum of RGB (Red+Green+Blue) = 30+9+251=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 251 (98.44% from 255 or 86.55% from 290); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E09FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E09FB is #E1F604. Grayscale: #292929. Windows color (decimal): -14808581 or 16451870. OLE color: 16451870.

HSL color Cylindrical-coordinate representation of color #1E09FB: hue angle of 245.21º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E09FB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB309251-
CMYK0.880.9600.02
HSL245.21º96.8%50.98%-
HSV(B)245.21º96.41%98.43%-
XYZ18.057.4491.75-
YUV42.87245.46118.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 251 (98.44% from 255) = 86.55%
R=10.34%
G=3.10%
B=86.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3092510.880.9600.02245.2196.850.98
Hex1E9FB586002f56133
Octal36113731301400236514163
Binary1111010011111101110110001100000010111101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e09fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e09fb; }

 p { color: rgb(30,9,251); }

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

<style>
 a { background-color: #1e09fb; }

 a { background-color: rgb(30,9,251); }

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

<style>
 span { border-color: #1e09fb; }

 span { border-color: rgb(30,9,251); }

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

cancel