Shades of Dodger Blue #3880FC
Tints of Dodger Blue #3880FC
RGB
CMYK
RGB Variations
Color information
#3880FC (or 0x3880FC) is known color: Dodger Blue. HEX triplet: 38, 80 and FC. RGB value is (56,128,252). Sum of RGB (Red+Green+Blue) = 56+128+252=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #3880FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3880FC is #C77F03. Grayscale: #787878. Windows color (decimal): -13074180 or 16547896. OLE color: 16547896.
HSL color Cylindrical-coordinate representation of color #3880FC: hue angle of 217.96º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3880FC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 128 | 252 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.01 |
| HSL | 217.96º | 0.97% | 0.6% | - |
| HSV(B) | 217.96º | 0.78% | 0.99% | - |
| XYZ | 26.92 | 23.31 | 95.18 | - |
| YUV | 120.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 252 | 0.78 | 0.49 | 0 | 0.01 | 217.96 | 0.97 | 0.6 |
| Hex | 38 | 80 | FC | 4E | 31 | 0 | 1 | DA | 61 | 3C |
| Octal | 70 | 200 | 374 | 116 | 61 | 0 | 1 | 332 | 141 | 74 |
| Binary | 111000 | 10000000 | 11111100 | 1001110 | 110001 | 0 | 1 | 11011010 | 1100001 | 111100 |
Color Harmonies of #3880FC
Complementary color
Monochromatic Colors of #3880FC
Black with #3880FC
Text Example
Text Example
White with #3880FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880FC; }
p { color: rgb(56,128,252); }
H1.HeaderClassName
{
color: #3880FC;
}
.AnyTagClassName
{
color: #3880FC;
}
</style>
background-color css
<style>
a { background-color: #3880FC; }
a { background-color: rgb(56,128,252); }
div.DivClassName
{
background-color: #3880FC;
}
.BgClassName
{
background-color: #3880FC;
}
</style>
border-color css
<style>
span { border-color: #3880FC; }
span { border-color: rgb(56,128,252); }
td.TdClassName
{
border-color: #3880FC;
}
.TagClassName
{
border-color: #3880FC;
}
</style>