Shades of Dodger Blue #368FFE
Tints of Dodger Blue #368FFE
RGB
CMYK
RGB Variations
Color information
#368FFE (or 0x368FFE) is known color: Dodger Blue. HEX triplet: 36, 8F and FE. RGB value is (54,143,254). Sum of RGB (Red+Green+Blue) = 54+143+254=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #368FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368FFE is #C97001. Grayscale: #808080. Windows color (decimal): -13201410 or 16682806. OLE color: 16682806.
HSL color Cylindrical-coordinate representation of color #368FFE: hue angle of 213.3º 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 #368FFE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 143 | 254 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.00 |
| HSL | 213.3º | 0.99% | 0.6% | - |
| HSV(B) | 213.3º | 0.79% | 1% | - |
| XYZ | 29.23 | 27.58 | 97.55 | - |
| YUV | 129.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 254 | 0.79 | 0.44 | 0 | 0.00 | 213.3 | 0.99 | 0.6 |
| Hex | 36 | 8F | FE | 4F | 2C | 0 | 0 | D5 | 63 | 3C |
| Octal | 66 | 217 | 376 | 117 | 54 | 0 | 0 | 325 | 143 | 74 |
| Binary | 110110 | 10001111 | 11111110 | 1001111 | 101100 | 0 | 0 | 11010101 | 1100011 | 111100 |
Color Harmonies of #368FFE
Complementary color
Monochromatic Colors of #368FFE
Black with #368FFE
Text Example
Text Example
White with #368FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368FFE; }
p { color: rgb(54,143,254); }
H1.HeaderClassName
{
color: #368FFE;
}
.AnyTagClassName
{
color: #368FFE;
}
</style>
background-color css
<style>
a { background-color: #368FFE; }
a { background-color: rgb(54,143,254); }
div.DivClassName
{
background-color: #368FFE;
}
.BgClassName
{
background-color: #368FFE;
}
</style>
border-color css
<style>
span { border-color: #368FFE; }
span { border-color: rgb(54,143,254); }
td.TdClassName
{
border-color: #368FFE;
}
.TagClassName
{
border-color: #368FFE;
}
</style>