Shades of Dodger Blue #4292FD
Tints of Dodger Blue #4292FD
RGB
CMYK
RGB Variations
Color information
#4292FD (or 0x4292FD) is known color: Dodger Blue. HEX triplet: 42, 92 and FD. RGB value is (66,146,253). Sum of RGB (Red+Green+Blue) = 66+146+253=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #4292FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4292FD is #BD6D02. Grayscale: #858585. Windows color (decimal): -12414211 or 16618050. OLE color: 16618050.
HSL color Cylindrical-coordinate representation of color #4292FD: hue angle of 214.33º 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 #4292FD is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 146 | 253 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.01 |
| HSL | 214.33º | 0.98% | 0.63% | - |
| HSV(B) | 214.33º | 0.74% | 0.99% | - |
| XYZ | 30.26 | 28.81 | 96.89 | - |
| YUV | 134.28 | 195 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 253 | 0.74 | 0.42 | 0 | 0.01 | 214.33 | 0.98 | 0.63 |
| Hex | 42 | 92 | FD | 4A | 2A | 0 | 1 | D6 | 62 | 3F |
| Octal | 102 | 222 | 375 | 112 | 52 | 0 | 1 | 326 | 142 | 77 |
| Binary | 1000010 | 10010010 | 11111101 | 1001010 | 101010 | 0 | 1 | 11010110 | 1100010 | 111111 |
Color Harmonies of #4292FD
Complementary color
Monochromatic Colors of #4292FD
Black with #4292FD
Text Example
Text Example
White with #4292FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292FD; }
p { color: rgb(66,146,253); }
H1.HeaderClassName
{
color: #4292FD;
}
.AnyTagClassName
{
color: #4292FD;
}
</style>
background-color css
<style>
a { background-color: #4292FD; }
a { background-color: rgb(66,146,253); }
div.DivClassName
{
background-color: #4292FD;
}
.BgClassName
{
background-color: #4292FD;
}
</style>
border-color css
<style>
span { border-color: #4292FD; }
span { border-color: rgb(66,146,253); }
td.TdClassName
{
border-color: #4292FD;
}
.TagClassName
{
border-color: #4292FD;
}
</style>