Shades of Dodger Blue #4295FF
Tints of Dodger Blue #4295FF
RGB
CMYK
RGB Variations
Color information
#4295FF (or 0x4295FF) is known color: Dodger Blue. HEX triplet: 42, 95 and FF. RGB value is (66,149,255). Sum of RGB (Red+Green+Blue) = 66+149+255=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4295FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4295FF is #BD6A00. Grayscale: #878787. Windows color (decimal): -12413441 or 16749890. OLE color: 16749890.
HSL color Cylindrical-coordinate representation of color #4295FF: hue angle of 213.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4295FF is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 149 | 255 | - |
| CMYK | 0.74 | 0.42 | 0 | 0 |
| HSL | 213.65º | 1% | 0.63% | - |
| HSV(B) | 213.65º | 0.74% | 1% | - |
| XYZ | 31.04 | 29.87 | 98.74 | - |
| YUV | 136.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 255 | 0.74 | 0.42 | 0 | 0 | 213.65 | 1 | 0.63 |
| Hex | 42 | 95 | FF | 4A | 2A | 0 | 0 | D6 | 64 | 3F |
| Octal | 102 | 225 | 377 | 112 | 52 | 0 | 0 | 326 | 144 | 77 |
| Binary | 1000010 | 10010101 | 11111111 | 1001010 | 101010 | 0 | 0 | 11010110 | 1100100 | 111111 |
Color Harmonies of #4295FF
Complementary color
Monochromatic Colors of #4295FF
Black with #4295FF
Text Example
Text Example
White with #4295FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4295FF; }
p { color: rgb(66,149,255); }
H1.HeaderClassName
{
color: #4295FF;
}
.AnyTagClassName
{
color: #4295FF;
}
</style>
background-color css
<style>
a { background-color: #4295FF; }
a { background-color: rgb(66,149,255); }
div.DivClassName
{
background-color: #4295FF;
}
.BgClassName
{
background-color: #4295FF;
}
</style>
border-color css
<style>
span { border-color: #4295FF; }
span { border-color: rgb(66,149,255); }
td.TdClassName
{
border-color: #4295FF;
}
.TagClassName
{
border-color: #4295FF;
}
</style>