Shades of Dodger Blue #4292FB
Tints of Dodger Blue #4292FB
RGB
CMYK
RGB Variations
Color information
#4292FB (or 0x4292FB) is known color: Dodger Blue. HEX triplet: 42, 92 and FB. RGB value is (66,146,251). Sum of RGB (Red+Green+Blue) = 66+146+251=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #4292FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4292FB is #BD6D04. Grayscale: #858585. Windows color (decimal): -12414213 or 16486978. OLE color: 16486978.
HSL color Cylindrical-coordinate representation of color #4292FB: hue angle of 214.05º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4292FB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 146 | 251 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.02 |
| HSL | 214.05º | 0.96% | 0.62% | - |
| HSV(B) | 214.05º | 0.74% | 0.98% | - |
| XYZ | 29.94 | 28.68 | 95.22 | - |
| YUV | 134.05 | 194 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 251 | 0.74 | 0.42 | 0 | 0.02 | 214.05 | 0.96 | 0.62 |
| Hex | 42 | 92 | FB | 4A | 2A | 0 | 2 | D6 | 60 | 3E |
| Octal | 102 | 222 | 373 | 112 | 52 | 0 | 2 | 326 | 140 | 76 |
| Binary | 1000010 | 10010010 | 11111011 | 1001010 | 101010 | 0 | 10 | 11010110 | 1100000 | 111110 |
Color Harmonies of #4292FB
Complementary color
Monochromatic Colors of #4292FB
Black with #4292FB
Text Example
Text Example
White with #4292FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292FB; }
p { color: rgb(66,146,251); }
H1.HeaderClassName
{
color: #4292FB;
}
.AnyTagClassName
{
color: #4292FB;
}
</style>
background-color css
<style>
a { background-color: #4292FB; }
a { background-color: rgb(66,146,251); }
div.DivClassName
{
background-color: #4292FB;
}
.BgClassName
{
background-color: #4292FB;
}
</style>
border-color css
<style>
span { border-color: #4292FB; }
span { border-color: rgb(66,146,251); }
td.TdClassName
{
border-color: #4292FB;
}
.TagClassName
{
border-color: #4292FB;
}
</style>