Shades of Dodger Blue #388AFC
Tints of Dodger Blue #388AFC
RGB
CMYK
RGB Variations
Color information
#388AFC (or 0x388AFC) is known color: Dodger Blue. HEX triplet: 38, 8A and FC. RGB value is (56,138,252). Sum of RGB (Red+Green+Blue) = 56+138+252=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #388AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388AFC is #C77503. Grayscale: #7D7D7D. Windows color (decimal): -13071620 or 16550456. OLE color: 16550456.
HSL color Cylindrical-coordinate representation of color #388AFC: hue angle of 214.9º 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 #388AFC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 138 | 252 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.01 |
| HSL | 214.9º | 0.97% | 0.6% | - |
| HSV(B) | 214.9º | 0.78% | 0.99% | - |
| XYZ | 28.29 | 26.05 | 95.63 | - |
| YUV | 126.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 252 | 0.78 | 0.45 | 0 | 0.01 | 214.9 | 0.97 | 0.6 |
| Hex | 38 | 8A | FC | 4E | 2D | 0 | 1 | D7 | 61 | 3C |
| Octal | 70 | 212 | 374 | 116 | 55 | 0 | 1 | 327 | 141 | 74 |
| Binary | 111000 | 10001010 | 11111100 | 1001110 | 101101 | 0 | 1 | 11010111 | 1100001 | 111100 |
Color Harmonies of #388AFC
Complementary color
Monochromatic Colors of #388AFC
Black with #388AFC
Text Example
Text Example
White with #388AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AFC; }
p { color: rgb(56,138,252); }
H1.HeaderClassName
{
color: #388AFC;
}
.AnyTagClassName
{
color: #388AFC;
}
</style>
background-color css
<style>
a { background-color: #388AFC; }
a { background-color: rgb(56,138,252); }
div.DivClassName
{
background-color: #388AFC;
}
.BgClassName
{
background-color: #388AFC;
}
</style>
border-color css
<style>
span { border-color: #388AFC; }
span { border-color: rgb(56,138,252); }
td.TdClassName
{
border-color: #388AFC;
}
.TagClassName
{
border-color: #388AFC;
}
</style>