Shades of Dodger Blue #387FFC
Tints of Dodger Blue #387FFC
RGB
CMYK
RGB Variations
Color information
#387FFC (or 0x387FFC) is known color: Dodger Blue. HEX triplet: 38, 7F and FC. RGB value is (56,127,252). Sum of RGB (Red+Green+Blue) = 56+127+252=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #387FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FFC is #C78003. Grayscale: #777777. Windows color (decimal): -13074436 or 16547640. OLE color: 16547640.
HSL color Cylindrical-coordinate representation of color #387FFC: hue angle of 218.27º 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 #387FFC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 127 | 252 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.01 |
| HSL | 218.27º | 0.97% | 0.6% | - |
| HSV(B) | 218.27º | 0.78% | 0.99% | - |
| XYZ | 26.79 | 23.05 | 95.13 | - |
| YUV | 120.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 252 | 0.78 | 0.50 | 0 | 0.01 | 218.27 | 0.97 | 0.6 |
| Hex | 38 | 7F | FC | 4E | 32 | 0 | 1 | DA | 61 | 3C |
| Octal | 70 | 177 | 374 | 116 | 62 | 0 | 1 | 332 | 141 | 74 |
| Binary | 111000 | 1111111 | 11111100 | 1001110 | 110010 | 0 | 1 | 11011010 | 1100001 | 111100 |
Color Harmonies of #387FFC
Complementary color
Monochromatic Colors of #387FFC
Black with #387FFC
Text Example
Text Example
White with #387FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FFC; }
p { color: rgb(56,127,252); }
H1.HeaderClassName
{
color: #387FFC;
}
.AnyTagClassName
{
color: #387FFC;
}
</style>
background-color css
<style>
a { background-color: #387FFC; }
a { background-color: rgb(56,127,252); }
div.DivClassName
{
background-color: #387FFC;
}
.BgClassName
{
background-color: #387FFC;
}
</style>
border-color css
<style>
span { border-color: #387FFC; }
span { border-color: rgb(56,127,252); }
td.TdClassName
{
border-color: #387FFC;
}
.TagClassName
{
border-color: #387FFC;
}
</style>