Shades of Dodger Blue #0083FC
Tints of Dodger Blue #0083FC
RGB
CMYK
RGB Variations
Color information
#0083FC (or 0x0083FC) is known color: Dodger Blue. HEX triplet: 00, 83 and FC. RGB value is (0,131,252). Sum of RGB (Red+Green+Blue) = 0+131+252=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #0083FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0083FC is #FF7C03. Grayscale: #696969. Windows color (decimal): -16743428 or 16548608. OLE color: 16548608.
HSL color Cylindrical-coordinate representation of color #0083FC: hue angle of 208.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083FC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 131 | 252 | - |
| CMYK | 1 | 0.48 | 0 | 0.01 |
| HSL | 208.81º | 1% | 0.49% | - |
| HSV(B) | 208.81º | 1% | 0.99% | - |
| XYZ | 25.69 | 23.26 | 95.23 | - |
| YUV | 105.63 | 210.6 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 252 | 1 | 0.48 | 0 | 0.01 | 208.81 | 1 | 0.49 |
| Hex | 0 | 83 | FC | 64 | 30 | 0 | 1 | D1 | 64 | 31 |
| Octal | 0 | 203 | 374 | 144 | 60 | 0 | 1 | 321 | 144 | 61 |
| Binary | 0 | 10000011 | 11111100 | 1100100 | 110000 | 0 | 1 | 11010001 | 1100100 | 110001 |
Color Harmonies of #0083FC
Complementary color
Monochromatic Colors of #0083FC
Black with #0083FC
Text Example
Text Example
White with #0083FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083FC; }
p { color: rgb(0,131,252); }
H1.HeaderClassName
{
color: #0083FC;
}
.AnyTagClassName
{
color: #0083FC;
}
</style>
background-color css
<style>
a { background-color: #0083FC; }
a { background-color: rgb(0,131,252); }
div.DivClassName
{
background-color: #0083FC;
}
.BgClassName
{
background-color: #0083FC;
}
</style>
border-color css
<style>
span { border-color: #0083FC; }
span { border-color: rgb(0,131,252); }
td.TdClassName
{
border-color: #0083FC;
}
.TagClassName
{
border-color: #0083FC;
}
</style>