Shades of Dodger Blue #418CFD
Tints of Dodger Blue #418CFD
RGB
CMYK
RGB Variations
Color information
#418CFD (or 0x418CFD) is known color: Dodger Blue. HEX triplet: 41, 8C and FD. RGB value is (65,140,253). Sum of RGB (Red+Green+Blue) = 65+140+253=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #418CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418CFD is #BE7302. Grayscale: #818181. Windows color (decimal): -12481283 or 16616513. OLE color: 16616513.
HSL color Cylindrical-coordinate representation of color #418CFD: hue angle of 216.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418CFD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 140 | 253 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.01 |
| HSL | 216.06º | 0.98% | 0.62% | - |
| HSV(B) | 216.06º | 0.74% | 0.99% | - |
| XYZ | 29.29 | 26.97 | 96.59 | - |
| YUV | 130.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 253 | 0.74 | 0.45 | 0 | 0.01 | 216.06 | 0.98 | 0.62 |
| Hex | 41 | 8C | FD | 4A | 2D | 0 | 1 | D8 | 62 | 3E |
| Octal | 101 | 214 | 375 | 112 | 55 | 0 | 1 | 330 | 142 | 76 |
| Binary | 1000001 | 10001100 | 11111101 | 1001010 | 101101 | 0 | 1 | 11011000 | 1100010 | 111110 |
Color Harmonies of #418CFD
Complementary color
Monochromatic Colors of #418CFD
Black with #418CFD
Text Example
Text Example
White with #418CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CFD; }
p { color: rgb(65,140,253); }
H1.HeaderClassName
{
color: #418CFD;
}
.AnyTagClassName
{
color: #418CFD;
}
</style>
background-color css
<style>
a { background-color: #418CFD; }
a { background-color: rgb(65,140,253); }
div.DivClassName
{
background-color: #418CFD;
}
.BgClassName
{
background-color: #418CFD;
}
</style>
border-color css
<style>
span { border-color: #418CFD; }
span { border-color: rgb(65,140,253); }
td.TdClassName
{
border-color: #418CFD;
}
.TagClassName
{
border-color: #418CFD;
}
</style>