Shades of Dodger Blue #368DF5
Tints of Dodger Blue #368DF5
RGB
CMYK
RGB Variations
Color information
#368DF5 (or 0x368DF5) is known color: Dodger Blue. HEX triplet: 36, 8D and F5. RGB value is (54,141,245). Sum of RGB (Red+Green+Blue) = 54+141+245=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #368DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368DF5 is #C9720A. Grayscale: #7E7E7E. Windows color (decimal): -13201931 or 16092470. OLE color: 16092470.
HSL color Cylindrical-coordinate representation of color #368DF5: hue angle of 212.67º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368DF5 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 141 | 245 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.04 |
| HSL | 212.67º | 0.91% | 0.59% | - |
| HSV(B) | 212.67º | 0.78% | 0.96% | - |
| XYZ | 27.53 | 26.43 | 90.04 | - |
| YUV | 126.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 245 | 0.78 | 0.42 | 0 | 0.04 | 212.67 | 0.91 | 0.59 |
| Hex | 36 | 8D | F5 | 4E | 2A | 0 | 4 | D5 | 5B | 3B |
| Octal | 66 | 215 | 365 | 116 | 52 | 0 | 4 | 325 | 133 | 73 |
| Binary | 110110 | 10001101 | 11110101 | 1001110 | 101010 | 0 | 100 | 11010101 | 1011011 | 111011 |
Color Harmonies of #368DF5
Complementary color
Monochromatic Colors of #368DF5
Black with #368DF5
Text Example
Text Example
White with #368DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368DF5; }
p { color: rgb(54,141,245); }
H1.HeaderClassName
{
color: #368DF5;
}
.AnyTagClassName
{
color: #368DF5;
}
</style>
background-color css
<style>
a { background-color: #368DF5; }
a { background-color: rgb(54,141,245); }
div.DivClassName
{
background-color: #368DF5;
}
.BgClassName
{
background-color: #368DF5;
}
</style>
border-color css
<style>
span { border-color: #368DF5; }
span { border-color: rgb(54,141,245); }
td.TdClassName
{
border-color: #368DF5;
}
.TagClassName
{
border-color: #368DF5;
}
</style>