Shades of Dodger Blue #418EFC
Tints of Dodger Blue #418EFC
RGB
CMYK
RGB Variations
Color information
#418EFC (or 0x418EFC) is known color: Dodger Blue. HEX triplet: 41, 8E and FC. RGB value is (65,142,252). Sum of RGB (Red+Green+Blue) = 65+142+252=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #418EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418EFC is #BE7103. Grayscale: #838383. Windows color (decimal): -12480772 or 16551489. OLE color: 16551489.
HSL color Cylindrical-coordinate representation of color #418EFC: hue angle of 215.29º degrees, saturation: 0.97, 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 #418EFC is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 142 | 252 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.01 |
| HSL | 215.29º | 0.97% | 0.62% | - |
| HSV(B) | 215.29º | 0.74% | 0.99% | - |
| XYZ | 29.42 | 27.5 | 95.85 | - |
| YUV | 131.52 | 195.99 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 252 | 0.74 | 0.44 | 0 | 0.01 | 215.29 | 0.97 | 0.62 |
| Hex | 41 | 8E | FC | 4A | 2C | 0 | 1 | D7 | 61 | 3E |
| Octal | 101 | 216 | 374 | 112 | 54 | 0 | 1 | 327 | 141 | 76 |
| Binary | 1000001 | 10001110 | 11111100 | 1001010 | 101100 | 0 | 1 | 11010111 | 1100001 | 111110 |
Color Harmonies of #418EFC
Complementary color
Monochromatic Colors of #418EFC
Black with #418EFC
Text Example
Text Example
White with #418EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418EFC; }
p { color: rgb(65,142,252); }
H1.HeaderClassName
{
color: #418EFC;
}
.AnyTagClassName
{
color: #418EFC;
}
</style>
background-color css
<style>
a { background-color: #418EFC; }
a { background-color: rgb(65,142,252); }
div.DivClassName
{
background-color: #418EFC;
}
.BgClassName
{
background-color: #418EFC;
}
</style>
border-color css
<style>
span { border-color: #418EFC; }
span { border-color: rgb(65,142,252); }
td.TdClassName
{
border-color: #418EFC;
}
.TagClassName
{
border-color: #418EFC;
}
</style>