Shades of Dodger Blue #4294FD
Tints of Dodger Blue #4294FD
RGB
CMYK
RGB Variations
Color information
#4294FD (or 0x4294FD) is known color: Dodger Blue. HEX triplet: 42, 94 and FD. RGB value is (66,148,253). Sum of RGB (Red+Green+Blue) = 66+148+253=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #4294FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4294FD is #BD6B02. Grayscale: #868686. Windows color (decimal): -12413699 or 16618562. OLE color: 16618562.
HSL color Cylindrical-coordinate representation of color #4294FD: hue angle of 213.69º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4294FD is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 148 | 253 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.01 |
| HSL | 213.69º | 0.98% | 0.63% | - |
| HSV(B) | 213.69º | 0.74% | 0.99% | - |
| XYZ | 30.57 | 29.43 | 97 | - |
| YUV | 135.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 253 | 0.74 | 0.42 | 0 | 0.01 | 213.69 | 0.98 | 0.63 |
| Hex | 42 | 94 | FD | 4A | 2A | 0 | 1 | D6 | 62 | 3F |
| Octal | 102 | 224 | 375 | 112 | 52 | 0 | 1 | 326 | 142 | 77 |
| Binary | 1000010 | 10010100 | 11111101 | 1001010 | 101010 | 0 | 1 | 11010110 | 1100010 | 111111 |
Color Harmonies of #4294FD
Complementary color
Monochromatic Colors of #4294FD
Black with #4294FD
Text Example
Text Example
White with #4294FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294FD; }
p { color: rgb(66,148,253); }
H1.HeaderClassName
{
color: #4294FD;
}
.AnyTagClassName
{
color: #4294FD;
}
</style>
background-color css
<style>
a { background-color: #4294FD; }
a { background-color: rgb(66,148,253); }
div.DivClassName
{
background-color: #4294FD;
}
.BgClassName
{
background-color: #4294FD;
}
</style>
border-color css
<style>
span { border-color: #4294FD; }
span { border-color: rgb(66,148,253); }
td.TdClassName
{
border-color: #4294FD;
}
.TagClassName
{
border-color: #4294FD;
}
</style>