Shades of Dodger Blue #368CFE
Tints of Dodger Blue #368CFE
RGB
CMYK
RGB Variations
Color information
#368CFE (or 0x368CFE) is known color: Dodger Blue. HEX triplet: 36, 8C and FE. RGB value is (54,140,254). Sum of RGB (Red+Green+Blue) = 54+140+254=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #368CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CFE is #C97301. Grayscale: #7E7E7E. Windows color (decimal): -13202178 or 16682038. OLE color: 16682038.
HSL color Cylindrical-coordinate representation of color #368CFE: hue angle of 214.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368CFE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 140 | 254 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.00 |
| HSL | 214.2º | 0.99% | 0.6% | - |
| HSV(B) | 214.2º | 0.79% | 1% | - |
| XYZ | 28.79 | 26.7 | 97.4 | - |
| YUV | 127.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 254 | 0.79 | 0.45 | 0 | 0.00 | 214.2 | 0.99 | 0.6 |
| Hex | 36 | 8C | FE | 4F | 2D | 0 | 0 | D6 | 63 | 3C |
| Octal | 66 | 214 | 376 | 117 | 55 | 0 | 0 | 326 | 143 | 74 |
| Binary | 110110 | 10001100 | 11111110 | 1001111 | 101101 | 0 | 0 | 11010110 | 1100011 | 111100 |
Color Harmonies of #368CFE
Complementary color
Monochromatic Colors of #368CFE
Black with #368CFE
Text Example
Text Example
White with #368CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CFE; }
p { color: rgb(54,140,254); }
H1.HeaderClassName
{
color: #368CFE;
}
.AnyTagClassName
{
color: #368CFE;
}
</style>
background-color css
<style>
a { background-color: #368CFE; }
a { background-color: rgb(54,140,254); }
div.DivClassName
{
background-color: #368CFE;
}
.BgClassName
{
background-color: #368CFE;
}
</style>
border-color css
<style>
span { border-color: #368CFE; }
span { border-color: rgb(54,140,254); }
td.TdClassName
{
border-color: #368CFE;
}
.TagClassName
{
border-color: #368CFE;
}
</style>