Shades of Dodger Blue #369CFF
Tints of Dodger Blue #369CFF
RGB
CMYK
RGB Variations
Color information
#369CFF (or 0x369CFF) is known color: Dodger Blue. HEX triplet: 36, 9C and FF. RGB value is (54,156,255). Sum of RGB (Red+Green+Blue) = 54+156+255=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #369CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369CFF is #C96300. Grayscale: #888888. Windows color (decimal): -13198081 or 16751670. OLE color: 16751670.
HSL color Cylindrical-coordinate representation of color #369CFF: hue angle of 209.55º 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 #369CFF is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 156 | 255 | - |
| CMYK | 0.79 | 0.39 | 0 | 0 |
| HSL | 209.55º | 1% | 0.61% | - |
| HSV(B) | 209.55º | 0.79% | 1% | - |
| XYZ | 31.46 | 31.78 | 99.08 | - |
| YUV | 136.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 255 | 0.79 | 0.39 | 0 | 0 | 209.55 | 1 | 0.61 |
| Hex | 36 | 9C | FF | 4F | 27 | 0 | 0 | D2 | 64 | 3D |
| Octal | 66 | 234 | 377 | 117 | 47 | 0 | 0 | 322 | 144 | 75 |
| Binary | 110110 | 10011100 | 11111111 | 1001111 | 100111 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #369CFF
Complementary color
Monochromatic Colors of #369CFF
Black with #369CFF
Text Example
Text Example
White with #369CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CFF; }
p { color: rgb(54,156,255); }
H1.HeaderClassName
{
color: #369CFF;
}
.AnyTagClassName
{
color: #369CFF;
}
</style>
background-color css
<style>
a { background-color: #369CFF; }
a { background-color: rgb(54,156,255); }
div.DivClassName
{
background-color: #369CFF;
}
.BgClassName
{
background-color: #369CFF;
}
</style>
border-color css
<style>
span { border-color: #369CFF; }
span { border-color: rgb(54,156,255); }
td.TdClassName
{
border-color: #369CFF;
}
.TagClassName
{
border-color: #369CFF;
}
</style>