Shades of Dodger Blue #368BE0
Tints of Dodger Blue #368BE0
RGB
CMYK
RGB Variations
Color information
#368BE0 (or 0x368BE0) is known color: Dodger Blue. HEX triplet: 36, 8B and E0. RGB value is (54,139,224). Sum of RGB (Red+Green+Blue) = 54+139+224=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #368BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BE0 is #C9741F. Grayscale: #7A7A7A. Windows color (decimal): -13202464 or 14715702. OLE color: 14715702.
HSL color Cylindrical-coordinate representation of color #368BE0: hue angle of 210º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368BE0 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 139 | 224 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.12 |
| HSL | 210º | 0.73% | 0.55% | - |
| HSV(B) | 210º | 0.76% | 0.88% | - |
| XYZ | 24.21 | 24.63 | 74 | - |
| YUV | 123.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 224 | 0.76 | 0.38 | 0 | 0.12 | 210 | 0.73 | 0.55 |
| Hex | 36 | 8B | E0 | 4C | 26 | 0 | C | D2 | 49 | 37 |
| Octal | 66 | 213 | 340 | 114 | 46 | 0 | 14 | 322 | 111 | 67 |
| Binary | 110110 | 10001011 | 11100000 | 1001100 | 100110 | 0 | 1100 | 11010010 | 1001001 | 110111 |
Color Harmonies of #368BE0
Complementary color
Monochromatic Colors of #368BE0
Black with #368BE0
Text Example
Text Example
White with #368BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368BE0; }
p { color: rgb(54,139,224); }
H1.HeaderClassName
{
color: #368BE0;
}
.AnyTagClassName
{
color: #368BE0;
}
</style>
background-color css
<style>
a { background-color: #368BE0; }
a { background-color: rgb(54,139,224); }
div.DivClassName
{
background-color: #368BE0;
}
.BgClassName
{
background-color: #368BE0;
}
</style>
border-color css
<style>
span { border-color: #368BE0; }
span { border-color: rgb(54,139,224); }
td.TdClassName
{
border-color: #368BE0;
}
.TagClassName
{
border-color: #368BE0;
}
</style>