Shades of Dodger Blue #368CFF
Tints of Dodger Blue #368CFF
RGB
CMYK
RGB Variations
Color information
#368CFF (or 0x368CFF) is known color: Dodger Blue. HEX triplet: 36, 8C and FF. RGB value is (54,140,255). Sum of RGB (Red+Green+Blue) = 54+140+255=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #368CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CFF is #C97300. Grayscale: #7E7E7E. Windows color (decimal): -13202177 or 16747574. OLE color: 16747574.
HSL color Cylindrical-coordinate representation of color #368CFF: hue angle of 214.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368CFF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 140 | 255 | - |
| CMYK | 0.79 | 0.45 | 0 | 0 |
| HSL | 214.33º | 1% | 0.61% | - |
| HSV(B) | 214.33º | 0.79% | 1% | - |
| XYZ | 28.95 | 26.76 | 98.25 | - |
| YUV | 127.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 255 | 0.79 | 0.45 | 0 | 0 | 214.33 | 1 | 0.61 |
| Hex | 36 | 8C | FF | 4F | 2D | 0 | 0 | D6 | 64 | 3D |
| Octal | 66 | 214 | 377 | 117 | 55 | 0 | 0 | 326 | 144 | 75 |
| Binary | 110110 | 10001100 | 11111111 | 1001111 | 101101 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #368CFF
Complementary color
Monochromatic Colors of #368CFF
Black with #368CFF
Text Example
Text Example
White with #368CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CFF; }
p { color: rgb(54,140,255); }
H1.HeaderClassName
{
color: #368CFF;
}
.AnyTagClassName
{
color: #368CFF;
}
</style>
background-color css
<style>
a { background-color: #368CFF; }
a { background-color: rgb(54,140,255); }
div.DivClassName
{
background-color: #368CFF;
}
.BgClassName
{
background-color: #368CFF;
}
</style>
border-color css
<style>
span { border-color: #368CFF; }
span { border-color: rgb(54,140,255); }
td.TdClassName
{
border-color: #368CFF;
}
.TagClassName
{
border-color: #368CFF;
}
</style>