Shades of Dodger Blue #418AFF
Tints of Dodger Blue #418AFF
RGB
CMYK
RGB Variations
Color information
#418AFF (or 0x418AFF) is known color: Dodger Blue. HEX triplet: 41, 8A and FF. RGB value is (65,138,255). Sum of RGB (Red+Green+Blue) = 65+138+255=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #418AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418AFF is #BE7500. Grayscale: #808080. Windows color (decimal): -12481793 or 16747073. OLE color: 16747073.
HSL color Cylindrical-coordinate representation of color #418AFF: hue angle of 216.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #418AFF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 138 | 255 | - |
| CMYK | 0.75 | 0.46 | 0 | 0 |
| HSL | 216.95º | 1% | 0.63% | - |
| HSV(B) | 216.95º | 0.75% | 1% | - |
| XYZ | 29.32 | 26.52 | 98.18 | - |
| YUV | 129.51 | 198.82 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 255 | 0.75 | 0.46 | 0 | 0 | 216.95 | 1 | 0.63 |
| Hex | 41 | 8A | FF | 4B | 2E | 0 | 0 | D9 | 64 | 3F |
| Octal | 101 | 212 | 377 | 113 | 56 | 0 | 0 | 331 | 144 | 77 |
| Binary | 1000001 | 10001010 | 11111111 | 1001011 | 101110 | 0 | 0 | 11011001 | 1100100 | 111111 |
Color Harmonies of #418AFF
Complementary color
Monochromatic Colors of #418AFF
Black with #418AFF
Text Example
Text Example
White with #418AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418AFF; }
p { color: rgb(65,138,255); }
H1.HeaderClassName
{
color: #418AFF;
}
.AnyTagClassName
{
color: #418AFF;
}
</style>
background-color css
<style>
a { background-color: #418AFF; }
a { background-color: rgb(65,138,255); }
div.DivClassName
{
background-color: #418AFF;
}
.BgClassName
{
background-color: #418AFF;
}
</style>
border-color css
<style>
span { border-color: #418AFF; }
span { border-color: rgb(65,138,255); }
td.TdClassName
{
border-color: #418AFF;
}
.TagClassName
{
border-color: #418AFF;
}
</style>