Shades of Blue #0309FD
Tints of Blue #0309FD
RGB
CMYK
RGB Variations
Color information
#0309FD (or 0x0309FD) is known color: Blue. HEX triplet: 03, 09 and FD. RGB value is (3,9,253). Sum of RGB (Red+Green+Blue) = 3+9+253=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #0309FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0309FD is #FCF602. Grayscale: #222222. Windows color (decimal): -16578051 or 16582915. OLE color: 16582915.
HSL color Cylindrical-coordinate representation of color #0309FD: hue angle of 238.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0309FD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 9 | 253 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.01 |
| HSL | 238.56º | 0.98% | 0.5% | - |
| HSV(B) | 238.56º | 0.99% | 0.99% | - |
| XYZ | 17.86 | 7.31 | 93.4 | - |
| YUV | 35.02 | 251.01 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 253 | 0.99 | 0.96 | 0 | 0.01 | 238.56 | 0.98 | 0.5 |
| Hex | 3 | 9 | FD | 63 | 60 | 0 | 1 | EF | 62 | 32 |
| Octal | 3 | 11 | 375 | 143 | 140 | 0 | 1 | 357 | 142 | 62 |
| Binary | 11 | 1001 | 11111101 | 1100011 | 1100000 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0309FD
Complementary color
Monochromatic Colors of #0309FD
Black with #0309FD
Text Example
Text Example
White with #0309FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309FD; }
p { color: rgb(3,9,253); }
H1.HeaderClassName
{
color: #0309FD;
}
.AnyTagClassName
{
color: #0309FD;
}
</style>
background-color css
<style>
a { background-color: #0309FD; }
a { background-color: rgb(3,9,253); }
div.DivClassName
{
background-color: #0309FD;
}
.BgClassName
{
background-color: #0309FD;
}
</style>
border-color css
<style>
span { border-color: #0309FD; }
span { border-color: rgb(3,9,253); }
td.TdClassName
{
border-color: #0309FD;
}
.TagClassName
{
border-color: #0309FD;
}
</style>