Shades of Blue #0209ED
Tints of Blue #0209ED
RGB
CMYK
RGB Variations
Color information
#0209ED (or 0x0209ED) is known color: Blue. HEX triplet: 02, 09 and ED. RGB value is (2,9,237). Sum of RGB (Red+Green+Blue) = 2+9+237=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 237 (92.97% from 255 or 95.56% from 248); Max value from RGB is 237 - color contains mainly: blue. Hex color #0209ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0209ED is #FDF612. Grayscale: #1F1F1F. Windows color (decimal): -16643603 or 15534338. OLE color: 15534338.
HSL color Cylindrical-coordinate representation of color #0209ED: hue angle of 238.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209ED is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 9 | 237 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.07 |
| HSL | 238.21º | 0.98% | 0.47% | - |
| HSV(B) | 238.21º | 0.99% | 0.93% | - |
| XYZ | 15.41 | 6.32 | 80.53 | - |
| YUV | 32.9 | 243.18 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 237 | 0.99 | 0.96 | 0 | 0.07 | 238.21 | 0.98 | 0.47 |
| Hex | 2 | 9 | ED | 63 | 60 | 0 | 7 | EE | 62 | 2F |
| Octal | 2 | 11 | 355 | 143 | 140 | 0 | 7 | 356 | 142 | 57 |
| Binary | 10 | 1001 | 11101101 | 1100011 | 1100000 | 0 | 111 | 11101110 | 1100010 | 101111 |
Color Harmonies of #0209ED
Complementary color
Monochromatic Colors of #0209ED
Black with #0209ED
Text Example
Text Example
White with #0209ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209ED; }
p { color: rgb(2,9,237); }
H1.HeaderClassName
{
color: #0209ED;
}
.AnyTagClassName
{
color: #0209ED;
}
</style>
background-color css
<style>
a { background-color: #0209ED; }
a { background-color: rgb(2,9,237); }
div.DivClassName
{
background-color: #0209ED;
}
.BgClassName
{
background-color: #0209ED;
}
</style>
border-color css
<style>
span { border-color: #0209ED; }
span { border-color: rgb(2,9,237); }
td.TdClassName
{
border-color: #0209ED;
}
.TagClassName
{
border-color: #0209ED;
}
</style>