Shades of Dodger Blue #387FFA
Tints of Dodger Blue #387FFA
RGB
CMYK
RGB Variations
Color information
#387FFA (or 0x387FFA) is known color: Dodger Blue. HEX triplet: 38, 7F and FA. RGB value is (56,127,250). Sum of RGB (Red+Green+Blue) = 56+127+250=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #387FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FFA is #C78005. Grayscale: #777777. Windows color (decimal): -13074438 or 16416568. OLE color: 16416568.
HSL color Cylindrical-coordinate representation of color #387FFA: hue angle of 218.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387FFA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 127 | 250 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.02 |
| HSL | 218.04º | 0.95% | 0.6% | - |
| HSV(B) | 218.04º | 0.78% | 0.98% | - |
| XYZ | 26.48 | 22.92 | 93.47 | - |
| YUV | 119.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 250 | 0.78 | 0.49 | 0 | 0.02 | 218.04 | 0.95 | 0.6 |
| Hex | 38 | 7F | FA | 4E | 31 | 0 | 2 | DA | 5F | 3C |
| Octal | 70 | 177 | 372 | 116 | 61 | 0 | 2 | 332 | 137 | 74 |
| Binary | 111000 | 1111111 | 11111010 | 1001110 | 110001 | 0 | 10 | 11011010 | 1011111 | 111100 |
Color Harmonies of #387FFA
Complementary color
Monochromatic Colors of #387FFA
Black with #387FFA
Text Example
Text Example
White with #387FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FFA; }
p { color: rgb(56,127,250); }
H1.HeaderClassName
{
color: #387FFA;
}
.AnyTagClassName
{
color: #387FFA;
}
</style>
background-color css
<style>
a { background-color: #387FFA; }
a { background-color: rgb(56,127,250); }
div.DivClassName
{
background-color: #387FFA;
}
.BgClassName
{
background-color: #387FFA;
}
</style>
border-color css
<style>
span { border-color: #387FFA; }
span { border-color: rgb(56,127,250); }
td.TdClassName
{
border-color: #387FFA;
}
.TagClassName
{
border-color: #387FFA;
}
</style>