Shades of Dodger Blue #0195FC
Tints of Dodger Blue #0195FC
RGB
CMYK
RGB Variations
Color information
#0195FC (or 0x0195FC) is known color: Dodger Blue. HEX triplet: 01, 95 and FC. RGB value is (1,149,252). Sum of RGB (Red+Green+Blue) = 1+149+252=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #0195FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0195FC is #FE6A03. Grayscale: #737373. Windows color (decimal): -16673284 or 16553217. OLE color: 16553217.
HSL color Cylindrical-coordinate representation of color #0195FC: hue angle of 204.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195FC is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 149 | 252 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.01 |
| HSL | 204.62º | 0.99% | 0.5% | - |
| HSV(B) | 204.62º | 1% | 0.99% | - |
| XYZ | 28.33 | 28.53 | 96.11 | - |
| YUV | 116.49 | 204.47 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 252 | 1.00 | 0.41 | 0 | 0.01 | 204.62 | 0.99 | 0.5 |
| Hex | 1 | 95 | FC | 64 | 29 | 0 | 1 | CD | 63 | 32 |
| Octal | 1 | 225 | 374 | 144 | 51 | 0 | 1 | 315 | 143 | 62 |
| Binary | 1 | 10010101 | 11111100 | 1100100 | 101001 | 0 | 1 | 11001101 | 1100011 | 110010 |
Color Harmonies of #0195FC
Complementary color
Monochromatic Colors of #0195FC
Black with #0195FC
Text Example
Text Example
White with #0195FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0195FC; }
p { color: rgb(1,149,252); }
H1.HeaderClassName
{
color: #0195FC;
}
.AnyTagClassName
{
color: #0195FC;
}
</style>
background-color css
<style>
a { background-color: #0195FC; }
a { background-color: rgb(1,149,252); }
div.DivClassName
{
background-color: #0195FC;
}
.BgClassName
{
background-color: #0195FC;
}
</style>
border-color css
<style>
span { border-color: #0195FC; }
span { border-color: rgb(1,149,252); }
td.TdClassName
{
border-color: #0195FC;
}
.TagClassName
{
border-color: #0195FC;
}
</style>