Shades of Dodger Blue #418FFE
Tints of Dodger Blue #418FFE
RGB
CMYK
RGB Variations
Color information
#418FFE (or 0x418FFE) is known color: Dodger Blue. HEX triplet: 41, 8F and FE. RGB value is (65,143,254). Sum of RGB (Red+Green+Blue) = 65+143+254=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #418FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FFE is #BE7001. Grayscale: #838383. Windows color (decimal): -12480514 or 16682817. OLE color: 16682817.
HSL color Cylindrical-coordinate representation of color #418FFE: hue angle of 215.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418FFE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 143 | 254 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.00 |
| HSL | 215.24º | 0.99% | 0.63% | - |
| HSV(B) | 215.24º | 0.74% | 1% | - |
| XYZ | 29.89 | 27.92 | 97.58 | - |
| YUV | 132.33 | 196.66 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 254 | 0.74 | 0.44 | 0 | 0.00 | 215.24 | 0.99 | 0.63 |
| Hex | 41 | 8F | FE | 4A | 2C | 0 | 0 | D7 | 63 | 3F |
| Octal | 101 | 217 | 376 | 112 | 54 | 0 | 0 | 327 | 143 | 77 |
| Binary | 1000001 | 10001111 | 11111110 | 1001010 | 101100 | 0 | 0 | 11010111 | 1100011 | 111111 |
Color Harmonies of #418FFE
Complementary color
Monochromatic Colors of #418FFE
Black with #418FFE
Text Example
Text Example
White with #418FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FFE; }
p { color: rgb(65,143,254); }
H1.HeaderClassName
{
color: #418FFE;
}
.AnyTagClassName
{
color: #418FFE;
}
</style>
background-color css
<style>
a { background-color: #418FFE; }
a { background-color: rgb(65,143,254); }
div.DivClassName
{
background-color: #418FFE;
}
.BgClassName
{
background-color: #418FFE;
}
</style>
border-color css
<style>
span { border-color: #418FFE; }
span { border-color: rgb(65,143,254); }
td.TdClassName
{
border-color: #418FFE;
}
.TagClassName
{
border-color: #418FFE;
}
</style>