Shades of Dodger Blue #3699FF
Tints of Dodger Blue #3699FF
RGB
CMYK
RGB Variations
Color information
#3699FF (or 0x3699FF) is known color: Dodger Blue. HEX triplet: 36, 99 and FF. RGB value is (54,153,255). Sum of RGB (Red+Green+Blue) = 54+153+255=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #3699FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3699FF is #C96600. Grayscale: #868686. Windows color (decimal): -13198849 or 16750902. OLE color: 16750902.
HSL color Cylindrical-coordinate representation of color #3699FF: hue angle of 210.45º 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 #3699FF is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 153 | 255 | - |
| CMYK | 0.79 | 0.4 | 0 | 0 |
| HSL | 210.45º | 1% | 0.61% | - |
| HSV(B) | 210.45º | 0.79% | 1% | - |
| XYZ | 30.96 | 30.79 | 98.92 | - |
| YUV | 135.03 | 195.7 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 255 | 0.79 | 0.4 | 0 | 0 | 210.45 | 1 | 0.61 |
| Hex | 36 | 99 | FF | 4F | 28 | 0 | 0 | D2 | 64 | 3D |
| Octal | 66 | 231 | 377 | 117 | 50 | 0 | 0 | 322 | 144 | 75 |
| Binary | 110110 | 10011001 | 11111111 | 1001111 | 101000 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #3699FF
Complementary color
Monochromatic Colors of #3699FF
Black with #3699FF
Text Example
Text Example
White with #3699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699FF; }
p { color: rgb(54,153,255); }
H1.HeaderClassName
{
color: #3699FF;
}
.AnyTagClassName
{
color: #3699FF;
}
</style>
background-color css
<style>
a { background-color: #3699FF; }
a { background-color: rgb(54,153,255); }
div.DivClassName
{
background-color: #3699FF;
}
.BgClassName
{
background-color: #3699FF;
}
</style>
border-color css
<style>
span { border-color: #3699FF; }
span { border-color: rgb(54,153,255); }
td.TdClassName
{
border-color: #3699FF;
}
.TagClassName
{
border-color: #3699FF;
}
</style>