Shades of Dodger Blue #387FFD
Tints of Dodger Blue #387FFD
RGB
CMYK
RGB Variations
Color information
#387FFD (or 0x387FFD) is known color: Dodger Blue. HEX triplet: 38, 7F and FD. RGB value is (56,127,253). Sum of RGB (Red+Green+Blue) = 56+127+253=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #387FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FFD is #C78002. Grayscale: #777777. Windows color (decimal): -13074435 or 16613176. OLE color: 16613176.
HSL color Cylindrical-coordinate representation of color #387FFD: hue angle of 218.38º 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 #387FFD is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 127 | 253 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.01 |
| HSL | 218.38º | 0.98% | 0.61% | - |
| HSV(B) | 218.38º | 0.78% | 0.99% | - |
| XYZ | 26.95 | 23.11 | 95.97 | - |
| YUV | 120.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 253 | 0.78 | 0.50 | 0 | 0.01 | 218.38 | 0.98 | 0.61 |
| Hex | 38 | 7F | FD | 4E | 32 | 0 | 1 | DA | 62 | 3D |
| Octal | 70 | 177 | 375 | 116 | 62 | 0 | 1 | 332 | 142 | 75 |
| Binary | 111000 | 1111111 | 11111101 | 1001110 | 110010 | 0 | 1 | 11011010 | 1100010 | 111101 |
Color Harmonies of #387FFD
Complementary color
Monochromatic Colors of #387FFD
Black with #387FFD
Text Example
Text Example
White with #387FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FFD; }
p { color: rgb(56,127,253); }
H1.HeaderClassName
{
color: #387FFD;
}
.AnyTagClassName
{
color: #387FFD;
}
</style>
background-color css
<style>
a { background-color: #387FFD; }
a { background-color: rgb(56,127,253); }
div.DivClassName
{
background-color: #387FFD;
}
.BgClassName
{
background-color: #387FFD;
}
</style>
border-color css
<style>
span { border-color: #387FFD; }
span { border-color: rgb(56,127,253); }
td.TdClassName
{
border-color: #387FFD;
}
.TagClassName
{
border-color: #387FFD;
}
</style>