Shades of Dodger Blue #368CF0
Tints of Dodger Blue #368CF0
RGB
CMYK
RGB Variations
Color information
#368CF0 (or 0x368CF0) is known color: Dodger Blue. HEX triplet: 36, 8C and F0. RGB value is (54,140,240). Sum of RGB (Red+Green+Blue) = 54+140+240=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #368CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CF0 is #C9730F. Grayscale: #7D7D7D. Windows color (decimal): -13202192 or 15764534. OLE color: 15764534.
HSL color Cylindrical-coordinate representation of color #368CF0: hue angle of 212.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368CF0 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 140 | 240 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.06 |
| HSL | 212.26º | 0.86% | 0.58% | - |
| HSV(B) | 212.26º | 0.78% | 0.94% | - |
| XYZ | 26.63 | 25.83 | 86.02 | - |
| YUV | 125.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 240 | 0.78 | 0.42 | 0 | 0.06 | 212.26 | 0.86 | 0.58 |
| Hex | 36 | 8C | F0 | 4E | 2A | 0 | 6 | D4 | 56 | 3A |
| Octal | 66 | 214 | 360 | 116 | 52 | 0 | 6 | 324 | 126 | 72 |
| Binary | 110110 | 10001100 | 11110000 | 1001110 | 101010 | 0 | 110 | 11010100 | 1010110 | 111010 |
Color Harmonies of #368CF0
Complementary color
Monochromatic Colors of #368CF0
Black with #368CF0
Text Example
Text Example
White with #368CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CF0; }
p { color: rgb(54,140,240); }
H1.HeaderClassName
{
color: #368CF0;
}
.AnyTagClassName
{
color: #368CF0;
}
</style>
background-color css
<style>
a { background-color: #368CF0; }
a { background-color: rgb(54,140,240); }
div.DivClassName
{
background-color: #368CF0;
}
.BgClassName
{
background-color: #368CF0;
}
</style>
border-color css
<style>
span { border-color: #368CF0; }
span { border-color: rgb(54,140,240); }
td.TdClassName
{
border-color: #368CF0;
}
.TagClassName
{
border-color: #368CF0;
}
</style>