Shades of Dodger Blue #418DF6
Tints of Dodger Blue #418DF6
RGB
CMYK
RGB Variations
Color information
#418DF6 (or 0x418DF6) is known color: Dodger Blue. HEX triplet: 41, 8D and F6. RGB value is (65,141,246). Sum of RGB (Red+Green+Blue) = 65+141+246=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #418DF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418DF6 is #BE7209. Grayscale: #818181. Windows color (decimal): -12481034 or 16158017. OLE color: 16158017.
HSL color Cylindrical-coordinate representation of color #418DF6: hue angle of 214.81º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418DF6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 141 | 246 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.04 |
| HSL | 214.81º | 0.91% | 0.61% | - |
| HSV(B) | 214.81º | 0.74% | 0.96% | - |
| XYZ | 28.34 | 26.83 | 90.87 | - |
| YUV | 130.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 246 | 0.74 | 0.43 | 0 | 0.04 | 214.81 | 0.91 | 0.61 |
| Hex | 41 | 8D | F6 | 4A | 2B | 0 | 4 | D7 | 5B | 3D |
| Octal | 101 | 215 | 366 | 112 | 53 | 0 | 4 | 327 | 133 | 75 |
| Binary | 1000001 | 10001101 | 11110110 | 1001010 | 101011 | 0 | 100 | 11010111 | 1011011 | 111101 |
Color Harmonies of #418DF6
Complementary color
Monochromatic Colors of #418DF6
Black with #418DF6
Text Example
Text Example
White with #418DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DF6; }
p { color: rgb(65,141,246); }
H1.HeaderClassName
{
color: #418DF6;
}
.AnyTagClassName
{
color: #418DF6;
}
</style>
background-color css
<style>
a { background-color: #418DF6; }
a { background-color: rgb(65,141,246); }
div.DivClassName
{
background-color: #418DF6;
}
.BgClassName
{
background-color: #418DF6;
}
</style>
border-color css
<style>
span { border-color: #418DF6; }
span { border-color: rgb(65,141,246); }
td.TdClassName
{
border-color: #418DF6;
}
.TagClassName
{
border-color: #418DF6;
}
</style>