Shades of Medium Blue #0902DF
Tints of Medium Blue #0902DF
RGB
CMYK
RGB Variations
Color information
#0902DF (or 0x0902DF) is known color: Medium Blue. HEX triplet: 09, 02 and DF. RGB value is (9,2,223). Sum of RGB (Red+Green+Blue) = 9+2+223=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 223 (87.5% from 255 or 95.30% from 234); Max value from RGB is 223 - color contains mainly: blue. Hex color #0902DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902DF is #F6FD20. Grayscale: #1C1C1C. Windows color (decimal): -16186657 or 14615049. OLE color: 14615049.
HSL color Cylindrical-coordinate representation of color #0902DF: hue angle of 241.9º 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 #0902DF is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 2 | 223 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.13 |
| HSL | 241.9º | 0.98% | 0.44% | - |
| HSV(B) | 241.9º | 0.99% | 0.87% | - |
| XYZ | 13.45 | 5.43 | 70.15 | - |
| YUV | 29.29 | 237.32 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 223 | 0.96 | 0.99 | 0 | 0.13 | 241.9 | 0.98 | 0.44 |
| Hex | 9 | 2 | DF | 60 | 63 | 0 | D | F2 | 62 | 2C |
| Octal | 11 | 2 | 337 | 140 | 143 | 0 | 15 | 362 | 142 | 54 |
| Binary | 1001 | 10 | 11011111 | 1100000 | 1100011 | 0 | 1101 | 11110010 | 1100010 | 101100 |
Color Harmonies of #0902DF
Complementary color
Monochromatic Colors of #0902DF
Black with #0902DF
Text Example
Text Example
White with #0902DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902DF; }
p { color: rgb(9,2,223); }
H1.HeaderClassName
{
color: #0902DF;
}
.AnyTagClassName
{
color: #0902DF;
}
</style>
background-color css
<style>
a { background-color: #0902DF; }
a { background-color: rgb(9,2,223); }
div.DivClassName
{
background-color: #0902DF;
}
.BgClassName
{
background-color: #0902DF;
}
</style>
border-color css
<style>
span { border-color: #0902DF; }
span { border-color: rgb(9,2,223); }
td.TdClassName
{
border-color: #0902DF;
}
.TagClassName
{
border-color: #0902DF;
}
</style>