Shades of Medium Blue #0802D4
Tints of Medium Blue #0802D4
RGB
CMYK
RGB Variations
Color information
#0802D4 (or 0x0802D4) is known color: Medium Blue. HEX triplet: 08, 02 and D4. RGB value is (8,2,212). Sum of RGB (Red+Green+Blue) = 8+2+212=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 212 (83.20% from 255 or 95.50% from 222); Max value from RGB is 212 - color contains mainly: blue. Hex color #0802D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802D4 is #F7FD2B. Grayscale: #1A1A1A. Windows color (decimal): -16252204 or 13894152. OLE color: 13894152.
HSL color Cylindrical-coordinate representation of color #0802D4: hue angle of 241.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802D4 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 2 | 212 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.17 |
| HSL | 241.71º | 0.98% | 0.42% | - |
| HSV(B) | 241.71º | 0.99% | 0.83% | - |
| XYZ | 12.01 | 4.85 | 62.59 | - |
| YUV | 27.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 212 | 0.96 | 0.99 | 0 | 0.17 | 241.71 | 0.98 | 0.42 |
| Hex | 8 | 2 | D4 | 60 | 63 | 0 | 11 | F2 | 62 | 2A |
| Octal | 10 | 2 | 324 | 140 | 143 | 0 | 21 | 362 | 142 | 52 |
| Binary | 1000 | 10 | 11010100 | 1100000 | 1100011 | 0 | 10001 | 11110010 | 1100010 | 101010 |
Color Harmonies of #0802D4
Complementary color
Monochromatic Colors of #0802D4
Black with #0802D4
Text Example
Text Example
White with #0802D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802D4; }
p { color: rgb(8,2,212); }
H1.HeaderClassName
{
color: #0802D4;
}
.AnyTagClassName
{
color: #0802D4;
}
</style>
background-color css
<style>
a { background-color: #0802D4; }
a { background-color: rgb(8,2,212); }
div.DivClassName
{
background-color: #0802D4;
}
.BgClassName
{
background-color: #0802D4;
}
</style>
border-color css
<style>
span { border-color: #0802D4; }
span { border-color: rgb(8,2,212); }
td.TdClassName
{
border-color: #0802D4;
}
.TagClassName
{
border-color: #0802D4;
}
</style>