Shades of Blue #0306EF
Tints of Blue #0306EF
RGB
CMYK
RGB Variations
Color information
#0306EF (or 0x0306EF) is known color: Blue. HEX triplet: 03, 06 and EF. RGB value is (3,6,239). Sum of RGB (Red+Green+Blue) = 3+6+239=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 239 (93.75% from 255 or 96.37% from 248); Max value from RGB is 239 - color contains mainly: blue. Hex color #0306EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0306EF is #FCF910. Grayscale: #1E1E1E. Windows color (decimal): -16578833 or 15664643. OLE color: 15664643.
HSL color Cylindrical-coordinate representation of color #0306EF: hue angle of 239.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0306EF is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 6 | 239 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.06 |
| HSL | 239.24º | 0.98% | 0.47% | - |
| HSV(B) | 239.24º | 0.99% | 0.94% | - |
| XYZ | 15.68 | 6.38 | 82.07 | - |
| YUV | 31.67 | 245.01 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 239 | 0.99 | 0.97 | 0 | 0.06 | 239.24 | 0.98 | 0.47 |
| Hex | 3 | 6 | EF | 63 | 61 | 0 | 6 | EF | 62 | 2F |
| Octal | 3 | 6 | 357 | 143 | 141 | 0 | 6 | 357 | 142 | 57 |
| Binary | 11 | 110 | 11101111 | 1100011 | 1100001 | 0 | 110 | 11101111 | 1100010 | 101111 |
Color Harmonies of #0306EF
Complementary color
Monochromatic Colors of #0306EF
Black with #0306EF
Text Example
Text Example
White with #0306EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0306EF; }
p { color: rgb(3,6,239); }
H1.HeaderClassName
{
color: #0306EF;
}
.AnyTagClassName
{
color: #0306EF;
}
</style>
background-color css
<style>
a { background-color: #0306EF; }
a { background-color: rgb(3,6,239); }
div.DivClassName
{
background-color: #0306EF;
}
.BgClassName
{
background-color: #0306EF;
}
</style>
border-color css
<style>
span { border-color: #0306EF; }
span { border-color: rgb(3,6,239); }
td.TdClassName
{
border-color: #0306EF;
}
.TagClassName
{
border-color: #0306EF;
}
</style>