Shades of Dodger Blue #369FFE
Tints of Dodger Blue #369FFE
RGB
CMYK
RGB Variations
Color information
#369FFE (or 0x369FFE) is known color: Dodger Blue. HEX triplet: 36, 9F and FE. RGB value is (54,159,254). Sum of RGB (Red+Green+Blue) = 54+159+254=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #369FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369FFE is #C96001. Grayscale: #898989. Windows color (decimal): -13197314 or 16686902. OLE color: 16686902.
HSL color Cylindrical-coordinate representation of color #369FFE: hue angle of 208.5º 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 #369FFE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 159 | 254 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.00 |
| HSL | 208.5º | 0.99% | 0.6% | - |
| HSV(B) | 208.5º | 0.79% | 1% | - |
| XYZ | 31.81 | 32.74 | 98.41 | - |
| YUV | 138.44 | 193.21 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 254 | 0.79 | 0.37 | 0 | 0.00 | 208.5 | 0.99 | 0.6 |
| Hex | 36 | 9F | FE | 4F | 25 | 0 | 0 | D0 | 63 | 3C |
| Octal | 66 | 237 | 376 | 117 | 45 | 0 | 0 | 320 | 143 | 74 |
| Binary | 110110 | 10011111 | 11111110 | 1001111 | 100101 | 0 | 0 | 11010000 | 1100011 | 111100 |
Color Harmonies of #369FFE
Complementary color
Monochromatic Colors of #369FFE
Black with #369FFE
Text Example
Text Example
White with #369FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369FFE; }
p { color: rgb(54,159,254); }
H1.HeaderClassName
{
color: #369FFE;
}
.AnyTagClassName
{
color: #369FFE;
}
</style>
background-color css
<style>
a { background-color: #369FFE; }
a { background-color: rgb(54,159,254); }
div.DivClassName
{
background-color: #369FFE;
}
.BgClassName
{
background-color: #369FFE;
}
</style>
border-color css
<style>
span { border-color: #369FFE; }
span { border-color: rgb(54,159,254); }
td.TdClassName
{
border-color: #369FFE;
}
.TagClassName
{
border-color: #369FFE;
}
</style>