Shades of Dodger Blue #0195FB
Tints of Dodger Blue #0195FB
RGB
CMYK
RGB Variations
Color information
#0195FB (or 0x0195FB) is known color: Dodger Blue. HEX triplet: 01, 95 and FB. RGB value is (1,149,251). Sum of RGB (Red+Green+Blue) = 1+149+251=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #0195FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0195FB is #FE6A04. Grayscale: #737373. Windows color (decimal): -16673285 or 16487681. OLE color: 16487681.
HSL color Cylindrical-coordinate representation of color #0195FB: hue angle of 204.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195FB is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 149 | 251 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.02 |
| HSL | 204.48º | 0.99% | 0.49% | - |
| HSV(B) | 204.48º | 1% | 0.98% | - |
| XYZ | 28.17 | 28.47 | 95.28 | - |
| YUV | 116.38 | 203.97 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 251 | 1.00 | 0.41 | 0 | 0.02 | 204.48 | 0.99 | 0.49 |
| Hex | 1 | 95 | FB | 64 | 29 | 0 | 2 | CC | 63 | 31 |
| Octal | 1 | 225 | 373 | 144 | 51 | 0 | 2 | 314 | 143 | 61 |
| Binary | 1 | 10010101 | 11111011 | 1100100 | 101001 | 0 | 10 | 11001100 | 1100011 | 110001 |
Color Harmonies of #0195FB
Complementary color
Monochromatic Colors of #0195FB
Black with #0195FB
Text Example
Text Example
White with #0195FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0195FB; }
p { color: rgb(1,149,251); }
H1.HeaderClassName
{
color: #0195FB;
}
.AnyTagClassName
{
color: #0195FB;
}
</style>
background-color css
<style>
a { background-color: #0195FB; }
a { background-color: rgb(1,149,251); }
div.DivClassName
{
background-color: #0195FB;
}
.BgClassName
{
background-color: #0195FB;
}
</style>
border-color css
<style>
span { border-color: #0195FB; }
span { border-color: rgb(1,149,251); }
td.TdClassName
{
border-color: #0195FB;
}
.TagClassName
{
border-color: #0195FB;
}
</style>