Shades of Dodger Blue #369BFF
Tints of Dodger Blue #369BFF
RGB
CMYK
RGB Variations
Color information
#369BFF (or 0x369BFF) is known color: Dodger Blue. HEX triplet: 36, 9B and FF. RGB value is (54,155,255). Sum of RGB (Red+Green+Blue) = 54+155+255=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #369BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369BFF is #C96400. Grayscale: #878787. Windows color (decimal): -13198337 or 16751414. OLE color: 16751414.
HSL color Cylindrical-coordinate representation of color #369BFF: hue angle of 209.85º 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 #369BFF is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 155 | 255 | - |
| CMYK | 0.79 | 0.39 | 0 | 0 |
| HSL | 209.85º | 1% | 0.61% | - |
| HSV(B) | 209.85º | 0.79% | 1% | - |
| XYZ | 31.29 | 31.45 | 99.03 | - |
| YUV | 136.2 | 195.04 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 255 | 0.79 | 0.39 | 0 | 0 | 209.85 | 1 | 0.61 |
| Hex | 36 | 9B | FF | 4F | 27 | 0 | 0 | D2 | 64 | 3D |
| Octal | 66 | 233 | 377 | 117 | 47 | 0 | 0 | 322 | 144 | 75 |
| Binary | 110110 | 10011011 | 11111111 | 1001111 | 100111 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #369BFF
Complementary color
Monochromatic Colors of #369BFF
Black with #369BFF
Text Example
Text Example
White with #369BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BFF; }
p { color: rgb(54,155,255); }
H1.HeaderClassName
{
color: #369BFF;
}
.AnyTagClassName
{
color: #369BFF;
}
</style>
background-color css
<style>
a { background-color: #369BFF; }
a { background-color: rgb(54,155,255); }
div.DivClassName
{
background-color: #369BFF;
}
.BgClassName
{
background-color: #369BFF;
}
</style>
border-color css
<style>
span { border-color: #369BFF; }
span { border-color: rgb(54,155,255); }
td.TdClassName
{
border-color: #369BFF;
}
.TagClassName
{
border-color: #369BFF;
}
</style>