Shades of Dodger Blue #0280FC
Tints of Dodger Blue #0280FC
RGB
CMYK
RGB Variations
Color information
#0280FC (or 0x0280FC) is known color: Dodger Blue. HEX triplet: 02, 80 and FC. RGB value is (2,128,252). Sum of RGB (Red+Green+Blue) = 2+128+252=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 128 (50.39% from 255 or 33.51% 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 #0280FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280FC is #FD7F03. Grayscale: #676767. Windows color (decimal): -16613124 or 16547842. OLE color: 16547842.
HSL color Cylindrical-coordinate representation of color #0280FC: hue angle of 209.76º 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 #0280FC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 128 | 252 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.01 |
| HSL | 209.76º | 0.98% | 0.5% | - |
| HSV(B) | 209.76º | 0.99% | 0.99% | - |
| XYZ | 25.31 | 22.48 | 95.1 | - |
| YUV | 104.46 | 211.26 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 252 | 0.99 | 0.49 | 0 | 0.01 | 209.76 | 0.98 | 0.5 |
| Hex | 2 | 80 | FC | 63 | 31 | 0 | 1 | D2 | 62 | 32 |
| Octal | 2 | 200 | 374 | 143 | 61 | 0 | 1 | 322 | 142 | 62 |
| Binary | 10 | 10000000 | 11111100 | 1100011 | 110001 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #0280FC
Complementary color
Monochromatic Colors of #0280FC
Black with #0280FC
Text Example
Text Example
White with #0280FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280FC; }
p { color: rgb(2,128,252); }
H1.HeaderClassName
{
color: #0280FC;
}
.AnyTagClassName
{
color: #0280FC;
}
</style>
background-color css
<style>
a { background-color: #0280FC; }
a { background-color: rgb(2,128,252); }
div.DivClassName
{
background-color: #0280FC;
}
.BgClassName
{
background-color: #0280FC;
}
</style>
border-color css
<style>
span { border-color: #0280FC; }
span { border-color: rgb(2,128,252); }
td.TdClassName
{
border-color: #0280FC;
}
.TagClassName
{
border-color: #0280FC;
}
</style>