Shades of Dodger Blue #3880FD
Tints of Dodger Blue #3880FD
RGB
CMYK
RGB Variations
Color information
#3880FD (or 0x3880FD) is known color: Dodger Blue. HEX triplet: 38, 80 and FD. RGB value is (56,128,253). Sum of RGB (Red+Green+Blue) = 56+128+253=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #3880FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3880FD is #C77F02. Grayscale: #787878. Windows color (decimal): -13074179 or 16613432. OLE color: 16613432.
HSL color Cylindrical-coordinate representation of color #3880FD: hue angle of 218.07º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3880FD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 128 | 253 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.01 |
| HSL | 218.07º | 0.98% | 0.61% | - |
| HSV(B) | 218.07º | 0.78% | 0.99% | - |
| XYZ | 27.08 | 23.37 | 96.01 | - |
| YUV | 120.72 | 202.65 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 253 | 0.78 | 0.49 | 0 | 0.01 | 218.07 | 0.98 | 0.61 |
| Hex | 38 | 80 | FD | 4E | 31 | 0 | 1 | DA | 62 | 3D |
| Octal | 70 | 200 | 375 | 116 | 61 | 0 | 1 | 332 | 142 | 75 |
| Binary | 111000 | 10000000 | 11111101 | 1001110 | 110001 | 0 | 1 | 11011010 | 1100010 | 111101 |
Color Harmonies of #3880FD
Complementary color
Monochromatic Colors of #3880FD
Black with #3880FD
Text Example
Text Example
White with #3880FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880FD; }
p { color: rgb(56,128,253); }
H1.HeaderClassName
{
color: #3880FD;
}
.AnyTagClassName
{
color: #3880FD;
}
</style>
background-color css
<style>
a { background-color: #3880FD; }
a { background-color: rgb(56,128,253); }
div.DivClassName
{
background-color: #3880FD;
}
.BgClassName
{
background-color: #3880FD;
}
</style>
border-color css
<style>
span { border-color: #3880FD; }
span { border-color: rgb(56,128,253); }
td.TdClassName
{
border-color: #3880FD;
}
.TagClassName
{
border-color: #3880FD;
}
</style>