Shades of Dodger Blue #3685FF
Tints of Dodger Blue #3685FF
RGB
CMYK
RGB Variations
Color information
#3685FF (or 0x3685FF) is known color: Dodger Blue. HEX triplet: 36, 85 and FF. RGB value is (54,133,255). Sum of RGB (Red+Green+Blue) = 54+133+255=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #3685FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3685FF is #C97A00. Grayscale: #7A7A7A. Windows color (decimal): -13203969 or 16745782. OLE color: 16745782.
HSL color Cylindrical-coordinate representation of color #3685FF: hue angle of 216.42º 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 #3685FF is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 133 | 255 | - |
| CMYK | 0.79 | 0.48 | 0 | 0 |
| HSL | 216.42º | 1% | 0.61% | - |
| HSV(B) | 216.42º | 0.79% | 1% | - |
| XYZ | 27.96 | 24.78 | 97.92 | - |
| YUV | 123.29 | 202.33 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 255 | 0.79 | 0.48 | 0 | 0 | 216.42 | 1 | 0.61 |
| Hex | 36 | 85 | FF | 4F | 30 | 0 | 0 | D8 | 64 | 3D |
| Octal | 66 | 205 | 377 | 117 | 60 | 0 | 0 | 330 | 144 | 75 |
| Binary | 110110 | 10000101 | 11111111 | 1001111 | 110000 | 0 | 0 | 11011000 | 1100100 | 111101 |
Color Harmonies of #3685FF
Complementary color
Monochromatic Colors of #3685FF
Black with #3685FF
Text Example
Text Example
White with #3685FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685FF; }
p { color: rgb(54,133,255); }
H1.HeaderClassName
{
color: #3685FF;
}
.AnyTagClassName
{
color: #3685FF;
}
</style>
background-color css
<style>
a { background-color: #3685FF; }
a { background-color: rgb(54,133,255); }
div.DivClassName
{
background-color: #3685FF;
}
.BgClassName
{
background-color: #3685FF;
}
</style>
border-color css
<style>
span { border-color: #3685FF; }
span { border-color: rgb(54,133,255); }
td.TdClassName
{
border-color: #3685FF;
}
.TagClassName
{
border-color: #3685FF;
}
</style>