Shades of Dodger Blue #369EFF
Tints of Dodger Blue #369EFF
RGB
CMYK
RGB Variations
Color information
#369EFF (or 0x369EFF) is known color: Dodger Blue. HEX triplet: 36, 9E and FF. RGB value is (54,158,255). Sum of RGB (Red+Green+Blue) = 54+158+255=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #369EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369EFF is #C96100. Grayscale: #898989. Windows color (decimal): -13197569 or 16752182. OLE color: 16752182.
HSL color Cylindrical-coordinate representation of color #369EFF: hue angle of 208.96º 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 #369EFF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 158 | 255 | - |
| CMYK | 0.79 | 0.38 | 0 | 0 |
| HSL | 208.96º | 1% | 0.61% | - |
| HSV(B) | 208.96º | 0.79% | 1% | - |
| XYZ | 31.8 | 32.46 | 99.2 | - |
| YUV | 137.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 255 | 0.79 | 0.38 | 0 | 0 | 208.96 | 1 | 0.61 |
| Hex | 36 | 9E | FF | 4F | 26 | 0 | 0 | D1 | 64 | 3D |
| Octal | 66 | 236 | 377 | 117 | 46 | 0 | 0 | 321 | 144 | 75 |
| Binary | 110110 | 10011110 | 11111111 | 1001111 | 100110 | 0 | 0 | 11010001 | 1100100 | 111101 |
Color Harmonies of #369EFF
Complementary color
Monochromatic Colors of #369EFF
Black with #369EFF
Text Example
Text Example
White with #369EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369EFF; }
p { color: rgb(54,158,255); }
H1.HeaderClassName
{
color: #369EFF;
}
.AnyTagClassName
{
color: #369EFF;
}
</style>
background-color css
<style>
a { background-color: #369EFF; }
a { background-color: rgb(54,158,255); }
div.DivClassName
{
background-color: #369EFF;
}
.BgClassName
{
background-color: #369EFF;
}
</style>
border-color css
<style>
span { border-color: #369EFF; }
span { border-color: rgb(54,158,255); }
td.TdClassName
{
border-color: #369EFF;
}
.TagClassName
{
border-color: #369EFF;
}
</style>