Shades of Dodger Blue #4292FC
Tints of Dodger Blue #4292FC
RGB
CMYK
RGB Variations
Color information
#4292FC (or 0x4292FC) is known color: Dodger Blue. HEX triplet: 42, 92 and FC. RGB value is (66,146,252). Sum of RGB (Red+Green+Blue) = 66+146+252=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #4292FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4292FC is #BD6D03. Grayscale: #858585. Windows color (decimal): -12414212 or 16552514. OLE color: 16552514.
HSL color Cylindrical-coordinate representation of color #4292FC: hue angle of 214.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4292FC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 146 | 252 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.01 |
| HSL | 214.19º | 0.97% | 0.62% | - |
| HSV(B) | 214.19º | 0.74% | 0.99% | - |
| XYZ | 30.1 | 28.74 | 96.06 | - |
| YUV | 134.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 252 | 0.74 | 0.42 | 0 | 0.01 | 214.19 | 0.97 | 0.62 |
| Hex | 42 | 92 | FC | 4A | 2A | 0 | 1 | D6 | 61 | 3E |
| Octal | 102 | 222 | 374 | 112 | 52 | 0 | 1 | 326 | 141 | 76 |
| Binary | 1000010 | 10010010 | 11111100 | 1001010 | 101010 | 0 | 1 | 11010110 | 1100001 | 111110 |
Color Harmonies of #4292FC
Complementary color
Monochromatic Colors of #4292FC
Black with #4292FC
Text Example
Text Example
White with #4292FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292FC; }
p { color: rgb(66,146,252); }
H1.HeaderClassName
{
color: #4292FC;
}
.AnyTagClassName
{
color: #4292FC;
}
</style>
background-color css
<style>
a { background-color: #4292FC; }
a { background-color: rgb(66,146,252); }
div.DivClassName
{
background-color: #4292FC;
}
.BgClassName
{
background-color: #4292FC;
}
</style>
border-color css
<style>
span { border-color: #4292FC; }
span { border-color: rgb(66,146,252); }
td.TdClassName
{
border-color: #4292FC;
}
.TagClassName
{
border-color: #4292FC;
}
</style>