Shades of Dodger Blue #389AFE
Tints of Dodger Blue #389AFE
RGB
CMYK
RGB Variations
Color information
#389AFE (or 0x389AFE) is known color: Dodger Blue. HEX triplet: 38, 9A and FE. RGB value is (56,154,254). Sum of RGB (Red+Green+Blue) = 56+154+254=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #389AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AFE is #C76501. Grayscale: #878787. Windows color (decimal): -13067522 or 16685624. OLE color: 16685624.
HSL color Cylindrical-coordinate representation of color #389AFE: hue angle of 210.3º 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 #389AFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 154 | 254 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.00 |
| HSL | 210.3º | 0.99% | 0.61% | - |
| HSV(B) | 210.3º | 0.78% | 1% | - |
| XYZ | 31.08 | 31.11 | 98.13 | - |
| YUV | 136.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 254 | 0.78 | 0.39 | 0 | 0.00 | 210.3 | 0.99 | 0.61 |
| Hex | 38 | 9A | FE | 4E | 27 | 0 | 0 | D2 | 63 | 3D |
| Octal | 70 | 232 | 376 | 116 | 47 | 0 | 0 | 322 | 143 | 75 |
| Binary | 111000 | 10011010 | 11111110 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100011 | 111101 |
Color Harmonies of #389AFE
Complementary color
Monochromatic Colors of #389AFE
Black with #389AFE
Text Example
Text Example
White with #389AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AFE; }
p { color: rgb(56,154,254); }
H1.HeaderClassName
{
color: #389AFE;
}
.AnyTagClassName
{
color: #389AFE;
}
</style>
background-color css
<style>
a { background-color: #389AFE; }
a { background-color: rgb(56,154,254); }
div.DivClassName
{
background-color: #389AFE;
}
.BgClassName
{
background-color: #389AFE;
}
</style>
border-color css
<style>
span { border-color: #389AFE; }
span { border-color: rgb(56,154,254); }
td.TdClassName
{
border-color: #389AFE;
}
.TagClassName
{
border-color: #389AFE;
}
</style>