Shades of Blue #1E09FD
Tints of Blue #1E09FD
RGB
CMYK
RGB Variations
Color information
#1E09FD (or 0x1E09FD) is known color: Blue. HEX triplet: 1E, 09 and FD. RGB value is (30,9,253). Sum of RGB (Red+Green+Blue) = 30+9+253=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E09FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E09FD is #E1F602. Grayscale: #2A2A2A. Windows color (decimal): -14808579 or 16582942. OLE color: 16582942.
HSL color Cylindrical-coordinate representation of color #1E09FD: hue angle of 245.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E09FD is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 9 | 253 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.01 |
| HSL | 245.16º | 0.98% | 0.51% | - |
| HSV(B) | 245.16º | 0.96% | 0.99% | - |
| XYZ | 18.36 | 7.56 | 93.42 | - |
| YUV | 43.1 | 246.46 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 253 | 0.88 | 0.96 | 0 | 0.01 | 245.16 | 0.98 | 0.51 |
| Hex | 1E | 9 | FD | 58 | 60 | 0 | 1 | F5 | 62 | 33 |
| Octal | 36 | 11 | 375 | 130 | 140 | 0 | 1 | 365 | 142 | 63 |
| Binary | 11110 | 1001 | 11111101 | 1011000 | 1100000 | 0 | 1 | 11110101 | 1100010 | 110011 |
Color Harmonies of #1E09FD
Complementary color
Monochromatic Colors of #1E09FD
Black with #1E09FD
Text Example
Text Example
White with #1E09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E09FD; }
p { color: rgb(30,9,253); }
H1.HeaderClassName
{
color: #1E09FD;
}
.AnyTagClassName
{
color: #1E09FD;
}
</style>
background-color css
<style>
a { background-color: #1E09FD; }
a { background-color: rgb(30,9,253); }
div.DivClassName
{
background-color: #1E09FD;
}
.BgClassName
{
background-color: #1E09FD;
}
</style>
border-color css
<style>
span { border-color: #1E09FD; }
span { border-color: rgb(30,9,253); }
td.TdClassName
{
border-color: #1E09FD;
}
.TagClassName
{
border-color: #1E09FD;
}
</style>