Shades of Medium Blue #0417DF
Tints of Medium Blue #0417DF
RGB
CMYK
RGB Variations
Color information
#0417DF (or 0x0417DF) is known color: Medium Blue. HEX triplet: 04, 17 and DF. RGB value is (4,23,223). Sum of RGB (Red+Green+Blue) = 4+23+223=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #0417DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417DF is #FBE820. Grayscale: #272727. Windows color (decimal): -16508961 or 14620420. OLE color: 14620420.
HSL color Cylindrical-coordinate representation of color #0417DF: hue angle of 234.79º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417DF is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 23 | 223 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.13 |
| HSL | 234.79º | 0.96% | 0.45% | - |
| HSV(B) | 234.79º | 0.98% | 0.87% | - |
| XYZ | 13.68 | 5.97 | 70.24 | - |
| YUV | 40.12 | 231.21 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 223 | 0.98 | 0.90 | 0 | 0.13 | 234.79 | 0.96 | 0.45 |
| Hex | 4 | 17 | DF | 62 | 5A | 0 | D | EB | 60 | 2D |
| Octal | 4 | 27 | 337 | 142 | 132 | 0 | 15 | 353 | 140 | 55 |
| Binary | 100 | 10111 | 11011111 | 1100010 | 1011010 | 0 | 1101 | 11101011 | 1100000 | 101101 |
Color Harmonies of #0417DF
Complementary color
Monochromatic Colors of #0417DF
Black with #0417DF
Text Example
Text Example
White with #0417DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417DF; }
p { color: rgb(4,23,223); }
H1.HeaderClassName
{
color: #0417DF;
}
.AnyTagClassName
{
color: #0417DF;
}
</style>
background-color css
<style>
a { background-color: #0417DF; }
a { background-color: rgb(4,23,223); }
div.DivClassName
{
background-color: #0417DF;
}
.BgClassName
{
background-color: #0417DF;
}
</style>
border-color css
<style>
span { border-color: #0417DF; }
span { border-color: rgb(4,23,223); }
td.TdClassName
{
border-color: #0417DF;
}
.TagClassName
{
border-color: #0417DF;
}
</style>