Shades of Blue #0308F5
Tints of Blue #0308F5
RGB
CMYK
RGB Variations
Color information
#0308F5 (or 0x0308F5) is known color: Blue. HEX triplet: 03, 08 and F5. RGB value is (3,8,245). Sum of RGB (Red+Green+Blue) = 3+8+245=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 245 (96.09% from 255 or 95.70% from 256); Max value from RGB is 245 - color contains mainly: blue. Hex color #0308F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0308F5 is #FCF70A. Grayscale: #202020. Windows color (decimal): -16578315 or 16058371. OLE color: 16058371.
HSL color Cylindrical-coordinate representation of color #0308F5: hue angle of 238.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0308F5 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 8 | 245 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.04 |
| HSL | 238.76º | 0.98% | 0.49% | - |
| HSV(B) | 238.76º | 0.99% | 0.96% | - |
| XYZ | 16.61 | 6.79 | 86.82 | - |
| YUV | 33.52 | 247.34 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 245 | 0.99 | 0.97 | 0 | 0.04 | 238.76 | 0.98 | 0.49 |
| Hex | 3 | 8 | F5 | 63 | 61 | 0 | 4 | EF | 62 | 31 |
| Octal | 3 | 10 | 365 | 143 | 141 | 0 | 4 | 357 | 142 | 61 |
| Binary | 11 | 1000 | 11110101 | 1100011 | 1100001 | 0 | 100 | 11101111 | 1100010 | 110001 |
Color Harmonies of #0308F5
Complementary color
Monochromatic Colors of #0308F5
Black with #0308F5
Text Example
Text Example
White with #0308F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308F5; }
p { color: rgb(3,8,245); }
H1.HeaderClassName
{
color: #0308F5;
}
.AnyTagClassName
{
color: #0308F5;
}
</style>
background-color css
<style>
a { background-color: #0308F5; }
a { background-color: rgb(3,8,245); }
div.DivClassName
{
background-color: #0308F5;
}
.BgClassName
{
background-color: #0308F5;
}
</style>
border-color css
<style>
span { border-color: #0308F5; }
span { border-color: rgb(3,8,245); }
td.TdClassName
{
border-color: #0308F5;
}
.TagClassName
{
border-color: #0308F5;
}
</style>