Shades of Medium Blue #0602DF
Tints of Medium Blue #0602DF
RGB
CMYK
RGB Variations
Color information
#0602DF (or 0x0602DF) is known color: Medium Blue. HEX triplet: 06, 02 and DF. RGB value is (6,2,223). Sum of RGB (Red+Green+Blue) = 6+2+223=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 223 (87.5% from 255 or 96.54% from 231); Max value from RGB is 223 - color contains mainly: blue. Hex color #0602DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0602DF is #F9FD20. Grayscale: #1B1B1B. Windows color (decimal): -16383265 or 14615046. OLE color: 14615046.
HSL color Cylindrical-coordinate representation of color #0602DF: hue angle of 241.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0602DF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 2 | 223 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.13 |
| HSL | 241.09º | 0.98% | 0.44% | - |
| HSV(B) | 241.09º | 0.99% | 0.87% | - |
| XYZ | 13.42 | 5.41 | 70.15 | - |
| YUV | 28.39 | 237.83 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 223 | 0.97 | 0.99 | 0 | 0.13 | 241.09 | 0.98 | 0.44 |
| Hex | 6 | 2 | DF | 61 | 63 | 0 | D | F1 | 62 | 2C |
| Octal | 6 | 2 | 337 | 141 | 143 | 0 | 15 | 361 | 142 | 54 |
| Binary | 110 | 10 | 11011111 | 1100001 | 1100011 | 0 | 1101 | 11110001 | 1100010 | 101100 |
Color Harmonies of #0602DF
Complementary color
Monochromatic Colors of #0602DF
Black with #0602DF
Text Example
Text Example
White with #0602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0602DF; }
p { color: rgb(6,2,223); }
H1.HeaderClassName
{
color: #0602DF;
}
.AnyTagClassName
{
color: #0602DF;
}
</style>
background-color css
<style>
a { background-color: #0602DF; }
a { background-color: rgb(6,2,223); }
div.DivClassName
{
background-color: #0602DF;
}
.BgClassName
{
background-color: #0602DF;
}
</style>
border-color css
<style>
span { border-color: #0602DF; }
span { border-color: rgb(6,2,223); }
td.TdClassName
{
border-color: #0602DF;
}
.TagClassName
{
border-color: #0602DF;
}
</style>