Shades of Dodger Blue #0095FF
Tints of Dodger Blue #0095FF
RGB
CMYK
RGB Variations
Color information
#0095FF (or 0x0095FF) is known color: Dodger Blue. HEX triplet: 00, 95 and FF. RGB value is (0,149,255). Sum of RGB (Red+Green+Blue) = 0+149+255=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #0095FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0095FF is #FF6A00. Grayscale: #737373. Windows color (decimal): -16738817 or 16749824. OLE color: 16749824.
HSL color Cylindrical-coordinate representation of color #0095FF: hue angle of 204.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095FF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 149 | 255 | - |
| CMYK | 1 | 0.42 | 0 | 0 |
| HSL | 204.94º | 1% | 0.5% | - |
| HSV(B) | 204.94º | 1% | 1% | - |
| XYZ | 28.8 | 28.71 | 98.63 | - |
| YUV | 116.53 | 206.14 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 255 | 1 | 0.42 | 0 | 0 | 204.94 | 1 | 0.5 |
| Hex | 0 | 95 | FF | 64 | 2A | 0 | 0 | CD | 64 | 32 |
| Octal | 0 | 225 | 377 | 144 | 52 | 0 | 0 | 315 | 144 | 62 |
| Binary | 0 | 10010101 | 11111111 | 1100100 | 101010 | 0 | 0 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0095FF
Complementary color
Monochromatic Colors of #0095FF
Black with #0095FF
Text Example
Text Example
White with #0095FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095FF; }
p { color: rgb(0,149,255); }
H1.HeaderClassName
{
color: #0095FF;
}
.AnyTagClassName
{
color: #0095FF;
}
</style>
background-color css
<style>
a { background-color: #0095FF; }
a { background-color: rgb(0,149,255); }
div.DivClassName
{
background-color: #0095FF;
}
.BgClassName
{
background-color: #0095FF;
}
</style>
border-color css
<style>
span { border-color: #0095FF; }
span { border-color: rgb(0,149,255); }
td.TdClassName
{
border-color: #0095FF;
}
.TagClassName
{
border-color: #0095FF;
}
</style>