Shades of Dodger Blue #0495FF
Tints of Dodger Blue #0495FF
RGB
CMYK
RGB Variations
Color information
#0495FF (or 0x0495FF) is known color: Dodger Blue. HEX triplet: 04, 95 and FF. RGB value is (4,149,255). Sum of RGB (Red+Green+Blue) = 4+149+255=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0495FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0495FF is #FB6A00. Grayscale: #757575. Windows color (decimal): -16476673 or 16749828. OLE color: 16749828.
HSL color Cylindrical-coordinate representation of color #0495FF: hue angle of 205.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495FF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 149 | 255 | - |
| CMYK | 0.98 | 0.42 | 0 | 0 |
| HSL | 205.34º | 1% | 0.51% | - |
| HSV(B) | 205.34º | 0.98% | 1% | - |
| XYZ | 28.85 | 28.74 | 98.63 | - |
| YUV | 117.73 | 205.46 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 255 | 0.98 | 0.42 | 0 | 0 | 205.34 | 1 | 0.51 |
| Hex | 4 | 95 | FF | 62 | 2A | 0 | 0 | CD | 64 | 33 |
| Octal | 4 | 225 | 377 | 142 | 52 | 0 | 0 | 315 | 144 | 63 |
| Binary | 100 | 10010101 | 11111111 | 1100010 | 101010 | 0 | 0 | 11001101 | 1100100 | 110011 |
Color Harmonies of #0495FF
Complementary color
Monochromatic Colors of #0495FF
Black with #0495FF
Text Example
Text Example
White with #0495FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495FF; }
p { color: rgb(4,149,255); }
H1.HeaderClassName
{
color: #0495FF;
}
.AnyTagClassName
{
color: #0495FF;
}
</style>
background-color css
<style>
a { background-color: #0495FF; }
a { background-color: rgb(4,149,255); }
div.DivClassName
{
background-color: #0495FF;
}
.BgClassName
{
background-color: #0495FF;
}
</style>
border-color css
<style>
span { border-color: #0495FF; }
span { border-color: rgb(4,149,255); }
td.TdClassName
{
border-color: #0495FF;
}
.TagClassName
{
border-color: #0495FF;
}
</style>