Shades of Dodger Blue #0383FC
Tints of Dodger Blue #0383FC
RGB
CMYK
RGB Variations
Color information
#0383FC (or 0x0383FC) is known color: Dodger Blue. HEX triplet: 03, 83 and FC. RGB value is (3,131,252). Sum of RGB (Red+Green+Blue) = 3+131+252=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #0383FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0383FC is #FC7C03. Grayscale: #696969. Windows color (decimal): -16546820 or 16548611. OLE color: 16548611.
HSL color Cylindrical-coordinate representation of color #0383FC: hue angle of 209.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0383FC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 131 | 252 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.01 |
| HSL | 209.16º | 0.98% | 0.5% | - |
| HSV(B) | 209.16º | 0.99% | 0.99% | - |
| XYZ | 25.72 | 23.28 | 95.23 | - |
| YUV | 106.52 | 210.09 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 252 | 0.99 | 0.48 | 0 | 0.01 | 209.16 | 0.98 | 0.5 |
| Hex | 3 | 83 | FC | 63 | 30 | 0 | 1 | D1 | 62 | 32 |
| Octal | 3 | 203 | 374 | 143 | 60 | 0 | 1 | 321 | 142 | 62 |
| Binary | 11 | 10000011 | 11111100 | 1100011 | 110000 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0383FC
Complementary color
Monochromatic Colors of #0383FC
Black with #0383FC
Text Example
Text Example
White with #0383FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0383FC; }
p { color: rgb(3,131,252); }
H1.HeaderClassName
{
color: #0383FC;
}
.AnyTagClassName
{
color: #0383FC;
}
</style>
background-color css
<style>
a { background-color: #0383FC; }
a { background-color: rgb(3,131,252); }
div.DivClassName
{
background-color: #0383FC;
}
.BgClassName
{
background-color: #0383FC;
}
</style>
border-color css
<style>
span { border-color: #0383FC; }
span { border-color: rgb(3,131,252); }
td.TdClassName
{
border-color: #0383FC;
}
.TagClassName
{
border-color: #0383FC;
}
</style>