Shades of Dodger Blue #0495F8
Tints of Dodger Blue #0495F8
RGB
CMYK
RGB Variations
Color information
#0495F8 (or 0x0495F8) is known color: Dodger Blue. HEX triplet: 04, 95 and F8. RGB value is (4,149,248). Sum of RGB (Red+Green+Blue) = 4+149+248=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 248 (97.27% from 255 or 61.85% from 401); Max value from RGB is 248 - color contains mainly: blue. Hex color #0495F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0495F8 is #FB6A07. Grayscale: #747474. Windows color (decimal): -16476680 or 16291076. OLE color: 16291076.
HSL color Cylindrical-coordinate representation of color #0495F8: hue angle of 204.34º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495F8 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 149 | 248 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.03 |
| HSL | 204.34º | 0.97% | 0.49% | - |
| HSV(B) | 204.34º | 0.98% | 0.97% | - |
| XYZ | 27.74 | 28.3 | 92.81 | - |
| YUV | 116.93 | 201.96 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 248 | 0.98 | 0.40 | 0 | 0.03 | 204.34 | 0.97 | 0.49 |
| Hex | 4 | 95 | F8 | 62 | 28 | 0 | 3 | CC | 61 | 31 |
| Octal | 4 | 225 | 370 | 142 | 50 | 0 | 3 | 314 | 141 | 61 |
| Binary | 100 | 10010101 | 11111000 | 1100010 | 101000 | 0 | 11 | 11001100 | 1100001 | 110001 |
Color Harmonies of #0495F8
Complementary color
Monochromatic Colors of #0495F8
Black with #0495F8
Text Example
Text Example
White with #0495F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495F8; }
p { color: rgb(4,149,248); }
H1.HeaderClassName
{
color: #0495F8;
}
.AnyTagClassName
{
color: #0495F8;
}
</style>
background-color css
<style>
a { background-color: #0495F8; }
a { background-color: rgb(4,149,248); }
div.DivClassName
{
background-color: #0495F8;
}
.BgClassName
{
background-color: #0495F8;
}
</style>
border-color css
<style>
span { border-color: #0495F8; }
span { border-color: rgb(4,149,248); }
td.TdClassName
{
border-color: #0495F8;
}
.TagClassName
{
border-color: #0495F8;
}
</style>