Shades of Dodger Blue #388FFE
Tints of Dodger Blue #388FFE
RGB
CMYK
RGB Variations
Color information
#388FFE (or 0x388FFE) is known color: Dodger Blue. HEX triplet: 38, 8F and FE. RGB value is (56,143,254). Sum of RGB (Red+Green+Blue) = 56+143+254=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #388FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FFE is #C77001. Grayscale: #818181. Windows color (decimal): -13070338 or 16682808. OLE color: 16682808.
HSL color Cylindrical-coordinate representation of color #388FFE: hue angle of 213.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388FFE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 143 | 254 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.00 |
| HSL | 213.64º | 0.99% | 0.61% | - |
| HSV(B) | 213.64º | 0.78% | 1% | - |
| XYZ | 29.34 | 27.64 | 97.55 | - |
| YUV | 129.64 | 198.18 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 254 | 0.78 | 0.44 | 0 | 0.00 | 213.64 | 0.99 | 0.61 |
| Hex | 38 | 8F | FE | 4E | 2C | 0 | 0 | D6 | 63 | 3D |
| Octal | 70 | 217 | 376 | 116 | 54 | 0 | 0 | 326 | 143 | 75 |
| Binary | 111000 | 10001111 | 11111110 | 1001110 | 101100 | 0 | 0 | 11010110 | 1100011 | 111101 |
Color Harmonies of #388FFE
Complementary color
Monochromatic Colors of #388FFE
Black with #388FFE
Text Example
Text Example
White with #388FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FFE; }
p { color: rgb(56,143,254); }
H1.HeaderClassName
{
color: #388FFE;
}
.AnyTagClassName
{
color: #388FFE;
}
</style>
background-color css
<style>
a { background-color: #388FFE; }
a { background-color: rgb(56,143,254); }
div.DivClassName
{
background-color: #388FFE;
}
.BgClassName
{
background-color: #388FFE;
}
</style>
border-color css
<style>
span { border-color: #388FFE; }
span { border-color: rgb(56,143,254); }
td.TdClassName
{
border-color: #388FFE;
}
.TagClassName
{
border-color: #388FFE;
}
</style>