Shades of Dodger Blue #0095FB
Tints of Dodger Blue #0095FB
RGB
CMYK
RGB Variations
Color information
#0095FB (or 0x0095FB) is known color: Dodger Blue. HEX triplet: 00, 95 and FB. RGB value is (0,149,251). Sum of RGB (Red+Green+Blue) = 0+149+251=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #0095FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0095FB is #FF6A04. Grayscale: #737373. Windows color (decimal): -16738821 or 16487680. OLE color: 16487680.
HSL color Cylindrical-coordinate representation of color #0095FB: hue angle of 204.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095FB is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 149 | 251 | - |
| CMYK | 1 | 0.41 | 0 | 0.02 |
| HSL | 204.38º | 1% | 0.49% | - |
| HSV(B) | 204.38º | 1% | 0.98% | - |
| XYZ | 28.16 | 28.46 | 95.28 | - |
| YUV | 116.08 | 204.14 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 251 | 1 | 0.41 | 0 | 0.02 | 204.38 | 1 | 0.49 |
| Hex | 0 | 95 | FB | 64 | 29 | 0 | 2 | CC | 64 | 31 |
| Octal | 0 | 225 | 373 | 144 | 51 | 0 | 2 | 314 | 144 | 61 |
| Binary | 0 | 10010101 | 11111011 | 1100100 | 101001 | 0 | 10 | 11001100 | 1100100 | 110001 |
Color Harmonies of #0095FB
Complementary color
Monochromatic Colors of #0095FB
Black with #0095FB
Text Example
Text Example
White with #0095FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095FB; }
p { color: rgb(0,149,251); }
H1.HeaderClassName
{
color: #0095FB;
}
.AnyTagClassName
{
color: #0095FB;
}
</style>
background-color css
<style>
a { background-color: #0095FB; }
a { background-color: rgb(0,149,251); }
div.DivClassName
{
background-color: #0095FB;
}
.BgClassName
{
background-color: #0095FB;
}
</style>
border-color css
<style>
span { border-color: #0095FB; }
span { border-color: rgb(0,149,251); }
td.TdClassName
{
border-color: #0095FB;
}
.TagClassName
{
border-color: #0095FB;
}
</style>