Shades of Dodger Blue #418BFE
Tints of Dodger Blue #418BFE
RGB
CMYK
RGB Variations
Color information
#418BFE (or 0x418BFE) is known color: Dodger Blue. HEX triplet: 41, 8B and FE. RGB value is (65,139,254). Sum of RGB (Red+Green+Blue) = 65+139+254=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #418BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BFE is #BE7401. Grayscale: #818181. Windows color (decimal): -12481538 or 16681793. OLE color: 16681793.
HSL color Cylindrical-coordinate representation of color #418BFE: hue angle of 216.51º 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 #418BFE is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 139 | 254 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.00 |
| HSL | 216.51º | 0.99% | 0.63% | - |
| HSV(B) | 216.51º | 0.74% | 1% | - |
| XYZ | 29.3 | 26.74 | 97.38 | - |
| YUV | 129.98 | 197.98 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 254 | 0.74 | 0.45 | 0 | 0.00 | 216.51 | 0.99 | 0.63 |
| Hex | 41 | 8B | FE | 4A | 2D | 0 | 0 | D9 | 63 | 3F |
| Octal | 101 | 213 | 376 | 112 | 55 | 0 | 0 | 331 | 143 | 77 |
| Binary | 1000001 | 10001011 | 11111110 | 1001010 | 101101 | 0 | 0 | 11011001 | 1100011 | 111111 |
Color Harmonies of #418BFE
Complementary color
Monochromatic Colors of #418BFE
Black with #418BFE
Text Example
Text Example
White with #418BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BFE; }
p { color: rgb(65,139,254); }
H1.HeaderClassName
{
color: #418BFE;
}
.AnyTagClassName
{
color: #418BFE;
}
</style>
background-color css
<style>
a { background-color: #418BFE; }
a { background-color: rgb(65,139,254); }
div.DivClassName
{
background-color: #418BFE;
}
.BgClassName
{
background-color: #418BFE;
}
</style>
border-color css
<style>
span { border-color: #418BFE; }
span { border-color: rgb(65,139,254); }
td.TdClassName
{
border-color: #418BFE;
}
.TagClassName
{
border-color: #418BFE;
}
</style>