Shades of Dodger Blue #4098FC
Tints of Dodger Blue #4098FC
RGB
CMYK
RGB Variations
Color information
#4098FC (or 0x4098FC) is known color: Dodger Blue. HEX triplet: 40, 98 and FC. RGB value is (64,152,252). Sum of RGB (Red+Green+Blue) = 64+152+252=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #4098FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4098FC is #BF6703. Grayscale: #888888. Windows color (decimal): -12543748 or 16554048. OLE color: 16554048.
HSL color Cylindrical-coordinate representation of color #4098FC: hue angle of 211.91º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4098FC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 152 | 252 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.01 |
| HSL | 211.91º | 0.97% | 0.62% | - |
| HSV(B) | 211.91º | 0.75% | 0.99% | - |
| XYZ | 30.91 | 30.57 | 96.37 | - |
| YUV | 137.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 252 | 0.75 | 0.40 | 0 | 0.01 | 211.91 | 0.97 | 0.62 |
| Hex | 40 | 98 | FC | 4B | 28 | 0 | 1 | D4 | 61 | 3E |
| Octal | 100 | 230 | 374 | 113 | 50 | 0 | 1 | 324 | 141 | 76 |
| Binary | 1000000 | 10011000 | 11111100 | 1001011 | 101000 | 0 | 1 | 11010100 | 1100001 | 111110 |
Color Harmonies of #4098FC
Complementary color
Monochromatic Colors of #4098FC
Black with #4098FC
Text Example
Text Example
White with #4098FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4098FC; }
p { color: rgb(64,152,252); }
H1.HeaderClassName
{
color: #4098FC;
}
.AnyTagClassName
{
color: #4098FC;
}
</style>
background-color css
<style>
a { background-color: #4098FC; }
a { background-color: rgb(64,152,252); }
div.DivClassName
{
background-color: #4098FC;
}
.BgClassName
{
background-color: #4098FC;
}
</style>
border-color css
<style>
span { border-color: #4098FC; }
span { border-color: rgb(64,152,252); }
td.TdClassName
{
border-color: #4098FC;
}
.TagClassName
{
border-color: #4098FC;
}
</style>