Shades of Dodger Blue #0495FB
Tints of Dodger Blue #0495FB
RGB
CMYK
RGB Variations
Color information
#0495FB (or 0x0495FB) is known color: Dodger Blue. HEX triplet: 04, 95 and FB. RGB value is (4,149,251). Sum of RGB (Red+Green+Blue) = 4+149+251=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #0495FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0495FB is #FB6A04. Grayscale: #747474. Windows color (decimal): -16476677 or 16487684. OLE color: 16487684.
HSL color Cylindrical-coordinate representation of color #0495FB: hue angle of 204.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495FB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 149 | 251 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.02 |
| HSL | 204.78º | 0.97% | 0.5% | - |
| HSV(B) | 204.78º | 0.98% | 0.98% | - |
| XYZ | 28.21 | 28.49 | 95.28 | - |
| YUV | 117.27 | 203.46 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 251 | 0.98 | 0.41 | 0 | 0.02 | 204.78 | 0.97 | 0.5 |
| Hex | 4 | 95 | FB | 62 | 29 | 0 | 2 | CD | 61 | 32 |
| Octal | 4 | 225 | 373 | 142 | 51 | 0 | 2 | 315 | 141 | 62 |
| Binary | 100 | 10010101 | 11111011 | 1100010 | 101001 | 0 | 10 | 11001101 | 1100001 | 110010 |
Color Harmonies of #0495FB
Complementary color
Monochromatic Colors of #0495FB
Black with #0495FB
Text Example
Text Example
White with #0495FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495FB; }
p { color: rgb(4,149,251); }
H1.HeaderClassName
{
color: #0495FB;
}
.AnyTagClassName
{
color: #0495FB;
}
</style>
background-color css
<style>
a { background-color: #0495FB; }
a { background-color: rgb(4,149,251); }
div.DivClassName
{
background-color: #0495FB;
}
.BgClassName
{
background-color: #0495FB;
}
</style>
border-color css
<style>
span { border-color: #0495FB; }
span { border-color: rgb(4,149,251); }
td.TdClassName
{
border-color: #0495FB;
}
.TagClassName
{
border-color: #0495FB;
}
</style>