Shades of Dodger Blue #387FFB
Tints of Dodger Blue #387FFB
RGB
CMYK
RGB Variations
Color information
#387FFB (or 0x387FFB) is known color: Dodger Blue. HEX triplet: 38, 7F and FB. RGB value is (56,127,251). Sum of RGB (Red+Green+Blue) = 56+127+251=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #387FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FFB is #C78004. Grayscale: #777777. Windows color (decimal): -13074437 or 16482104. OLE color: 16482104.
HSL color Cylindrical-coordinate representation of color #387FFB: hue angle of 218.15º degrees, saturation: 0.96, 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 #387FFB is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 127 | 251 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.02 |
| HSL | 218.15º | 0.96% | 0.6% | - |
| HSV(B) | 218.15º | 0.78% | 0.98% | - |
| XYZ | 26.63 | 22.98 | 94.3 | - |
| YUV | 119.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 251 | 0.78 | 0.49 | 0 | 0.02 | 218.15 | 0.96 | 0.6 |
| Hex | 38 | 7F | FB | 4E | 31 | 0 | 2 | DA | 60 | 3C |
| Octal | 70 | 177 | 373 | 116 | 61 | 0 | 2 | 332 | 140 | 74 |
| Binary | 111000 | 1111111 | 11111011 | 1001110 | 110001 | 0 | 10 | 11011010 | 1100000 | 111100 |
Color Harmonies of #387FFB
Complementary color
Monochromatic Colors of #387FFB
Black with #387FFB
Text Example
Text Example
White with #387FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FFB; }
p { color: rgb(56,127,251); }
H1.HeaderClassName
{
color: #387FFB;
}
.AnyTagClassName
{
color: #387FFB;
}
</style>
background-color css
<style>
a { background-color: #387FFB; }
a { background-color: rgb(56,127,251); }
div.DivClassName
{
background-color: #387FFB;
}
.BgClassName
{
background-color: #387FFB;
}
</style>
border-color css
<style>
span { border-color: #387FFB; }
span { border-color: rgb(56,127,251); }
td.TdClassName
{
border-color: #387FFB;
}
.TagClassName
{
border-color: #387FFB;
}
</style>