Shades of Blue #0308FD
Tints of Blue #0308FD
RGB
CMYK
RGB Variations
Color information
#0308FD (or 0x0308FD) is known color: Blue. HEX triplet: 03, 08 and FD. RGB value is (3,8,253). Sum of RGB (Red+Green+Blue) = 3+8+253=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 253 (99.22% from 255 or 95.83% from 264); Max value from RGB is 253 - color contains mainly: blue. Hex color #0308FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0308FD is #FCF702. Grayscale: #212121. Windows color (decimal): -16578307 or 16582659. OLE color: 16582659.
HSL color Cylindrical-coordinate representation of color #0308FD: hue angle of 238.8º 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 #0308FD is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 8 | 253 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.01 |
| HSL | 238.8º | 0.98% | 0.5% | - |
| HSV(B) | 238.8º | 0.99% | 0.99% | - |
| XYZ | 17.85 | 7.28 | 93.39 | - |
| YUV | 34.44 | 251.34 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 253 | 0.99 | 0.97 | 0 | 0.01 | 238.8 | 0.98 | 0.5 |
| Hex | 3 | 8 | FD | 63 | 61 | 0 | 1 | EF | 62 | 32 |
| Octal | 3 | 10 | 375 | 143 | 141 | 0 | 1 | 357 | 142 | 62 |
| Binary | 11 | 1000 | 11111101 | 1100011 | 1100001 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0308FD
Complementary color
Monochromatic Colors of #0308FD
Black with #0308FD
Text Example
Text Example
White with #0308FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308FD; }
p { color: rgb(3,8,253); }
H1.HeaderClassName
{
color: #0308FD;
}
.AnyTagClassName
{
color: #0308FD;
}
</style>
background-color css
<style>
a { background-color: #0308FD; }
a { background-color: rgb(3,8,253); }
div.DivClassName
{
background-color: #0308FD;
}
.BgClassName
{
background-color: #0308FD;
}
</style>
border-color css
<style>
span { border-color: #0308FD; }
span { border-color: rgb(3,8,253); }
td.TdClassName
{
border-color: #0308FD;
}
.TagClassName
{
border-color: #0308FD;
}
</style>