Shades of Dodger Blue #0181FC
Tints of Dodger Blue #0181FC
RGB
CMYK
RGB Variations
Color information
#0181FC (or 0x0181FC) is known color: Dodger Blue. HEX triplet: 01, 81 and FC. RGB value is (1,129,252). Sum of RGB (Red+Green+Blue) = 1+129+252=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #0181FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0181FC is #FE7E03. Grayscale: #686868. Windows color (decimal): -16678404 or 16548097. OLE color: 16548097.
HSL color Cylindrical-coordinate representation of color #0181FC: hue angle of 209.4º 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 #0181FC is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 129 | 252 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.01 |
| HSL | 209.4º | 0.99% | 0.5% | - |
| HSV(B) | 209.4º | 1% | 0.99% | - |
| XYZ | 25.43 | 22.74 | 95.14 | - |
| YUV | 104.75 | 211.09 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 252 | 1.00 | 0.49 | 0 | 0.01 | 209.4 | 0.99 | 0.5 |
| Hex | 1 | 81 | FC | 64 | 31 | 0 | 1 | D1 | 63 | 32 |
| Octal | 1 | 201 | 374 | 144 | 61 | 0 | 1 | 321 | 143 | 62 |
| Binary | 1 | 10000001 | 11111100 | 1100100 | 110001 | 0 | 1 | 11010001 | 1100011 | 110010 |
Color Harmonies of #0181FC
Complementary color
Monochromatic Colors of #0181FC
Black with #0181FC
Text Example
Text Example
White with #0181FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0181FC; }
p { color: rgb(1,129,252); }
H1.HeaderClassName
{
color: #0181FC;
}
.AnyTagClassName
{
color: #0181FC;
}
</style>
background-color css
<style>
a { background-color: #0181FC; }
a { background-color: rgb(1,129,252); }
div.DivClassName
{
background-color: #0181FC;
}
.BgClassName
{
background-color: #0181FC;
}
</style>
border-color css
<style>
span { border-color: #0181FC; }
span { border-color: rgb(1,129,252); }
td.TdClassName
{
border-color: #0181FC;
}
.TagClassName
{
border-color: #0181FC;
}
</style>