Shades of Dodger Blue #38A0FB
Tints of Dodger Blue #38A0FB
RGB
CMYK
RGB Variations
Color information
#38A0FB (or 0x38A0FB) is known color: Dodger Blue. HEX triplet: 38, A0 and FB. RGB value is (56,160,251). Sum of RGB (Red+Green+Blue) = 56+160+251=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #38A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A0FB is #C75F04. Grayscale: #8A8A8A. Windows color (decimal): -13065989 or 16490552. OLE color: 16490552.
HSL color Cylindrical-coordinate representation of color #38A0FB: hue angle of 208º 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 #38A0FB is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 160 | 251 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.02 |
| HSL | 208º | 0.96% | 0.6% | - |
| HSV(B) | 208º | 0.78% | 0.98% | - |
| XYZ | 31.61 | 32.95 | 95.96 | - |
| YUV | 139.28 | 191.04 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 251 | 0.78 | 0.36 | 0 | 0.02 | 208 | 0.96 | 0.6 |
| Hex | 38 | A0 | FB | 4E | 24 | 0 | 2 | D0 | 60 | 3C |
| Octal | 70 | 240 | 373 | 116 | 44 | 0 | 2 | 320 | 140 | 74 |
| Binary | 111000 | 10100000 | 11111011 | 1001110 | 100100 | 0 | 10 | 11010000 | 1100000 | 111100 |
Color Harmonies of #38A0FB
Complementary color
Monochromatic Colors of #38A0FB
Black with #38A0FB
Text Example
Text Example
White with #38A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A0FB; }
p { color: rgb(56,160,251); }
H1.HeaderClassName
{
color: #38A0FB;
}
.AnyTagClassName
{
color: #38A0FB;
}
</style>
background-color css
<style>
a { background-color: #38A0FB; }
a { background-color: rgb(56,160,251); }
div.DivClassName
{
background-color: #38A0FB;
}
.BgClassName
{
background-color: #38A0FB;
}
</style>
border-color css
<style>
span { border-color: #38A0FB; }
span { border-color: rgb(56,160,251); }
td.TdClassName
{
border-color: #38A0FB;
}
.TagClassName
{
border-color: #38A0FB;
}
</style>