Shades of Dodger Blue #4198FF
Tints of Dodger Blue #4198FF
RGB
CMYK
RGB Variations
Color information
#4198FF (or 0x4198FF) is known color: Dodger Blue. HEX triplet: 41, 98 and FF. RGB value is (65,152,255). Sum of RGB (Red+Green+Blue) = 65+152+255=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4198FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4198FF is #BE6700. Grayscale: #898989. Windows color (decimal): -12478209 or 16750657. OLE color: 16750657.
HSL color Cylindrical-coordinate representation of color #4198FF: hue angle of 212.53º 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 #4198FF is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 152 | 255 | - |
| CMYK | 0.75 | 0.40 | 0 | 0 |
| HSL | 212.53º | 1% | 0.63% | - |
| HSV(B) | 212.53º | 0.75% | 1% | - |
| XYZ | 31.46 | 30.8 | 98.89 | - |
| YUV | 137.73 | 194.18 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 255 | 0.75 | 0.40 | 0 | 0 | 212.53 | 1 | 0.63 |
| Hex | 41 | 98 | FF | 4B | 28 | 0 | 0 | D5 | 64 | 3F |
| Octal | 101 | 230 | 377 | 113 | 50 | 0 | 0 | 325 | 144 | 77 |
| Binary | 1000001 | 10011000 | 11111111 | 1001011 | 101000 | 0 | 0 | 11010101 | 1100100 | 111111 |
Color Harmonies of #4198FF
Complementary color
Monochromatic Colors of #4198FF
Black with #4198FF
Text Example
Text Example
White with #4198FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4198FF; }
p { color: rgb(65,152,255); }
H1.HeaderClassName
{
color: #4198FF;
}
.AnyTagClassName
{
color: #4198FF;
}
</style>
background-color css
<style>
a { background-color: #4198FF; }
a { background-color: rgb(65,152,255); }
div.DivClassName
{
background-color: #4198FF;
}
.BgClassName
{
background-color: #4198FF;
}
</style>
border-color css
<style>
span { border-color: #4198FF; }
span { border-color: rgb(65,152,255); }
td.TdClassName
{
border-color: #4198FF;
}
.TagClassName
{
border-color: #4198FF;
}
</style>