Shades of Dodger Blue #4095FC
Tints of Dodger Blue #4095FC
RGB
CMYK
RGB Variations
Color information
#4095FC (or 0x4095FC) is known color: Dodger Blue. HEX triplet: 40, 95 and FC. RGB value is (64,149,252). Sum of RGB (Red+Green+Blue) = 64+149+252=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #4095FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4095FC is #BF6A03. Grayscale: #868686. Windows color (decimal): -12544516 or 16553280. OLE color: 16553280.
HSL color Cylindrical-coordinate representation of color #4095FC: hue angle of 212.87º 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 #4095FC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 149 | 252 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.01 |
| HSL | 212.87º | 0.97% | 0.62% | - |
| HSV(B) | 212.87º | 0.75% | 0.99% | - |
| XYZ | 30.43 | 29.61 | 96.21 | - |
| YUV | 135.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 252 | 0.75 | 0.41 | 0 | 0.01 | 212.87 | 0.97 | 0.62 |
| Hex | 40 | 95 | FC | 4B | 29 | 0 | 1 | D5 | 61 | 3E |
| Octal | 100 | 225 | 374 | 113 | 51 | 0 | 1 | 325 | 141 | 76 |
| Binary | 1000000 | 10010101 | 11111100 | 1001011 | 101001 | 0 | 1 | 11010101 | 1100001 | 111110 |
Color Harmonies of #4095FC
Complementary color
Monochromatic Colors of #4095FC
Black with #4095FC
Text Example
Text Example
White with #4095FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095FC; }
p { color: rgb(64,149,252); }
H1.HeaderClassName
{
color: #4095FC;
}
.AnyTagClassName
{
color: #4095FC;
}
</style>
background-color css
<style>
a { background-color: #4095FC; }
a { background-color: rgb(64,149,252); }
div.DivClassName
{
background-color: #4095FC;
}
.BgClassName
{
background-color: #4095FC;
}
</style>
border-color css
<style>
span { border-color: #4095FC; }
span { border-color: rgb(64,149,252); }
td.TdClassName
{
border-color: #4095FC;
}
.TagClassName
{
border-color: #4095FC;
}
</style>