Shades of Dodger Blue #2785FB
Tints of Dodger Blue #2785FB
RGB
CMYK
RGB Variations
Color information
#2785FB (or 0x2785FB) is known color: Dodger Blue. HEX triplet: 27, 85 and FB. RGB value is (39,133,251). Sum of RGB (Red+Green+Blue) = 39+133+251=423 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.22% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #2785FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2785FB is #D87A04. Grayscale: #757575. Windows color (decimal): -14187013 or 16483623. OLE color: 16483623.
HSL color Cylindrical-coordinate representation of color #2785FB: hue angle of 213.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2785FB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 133 | 251 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.02 |
| HSL | 213.4º | 0.96% | 0.57% | - |
| HSV(B) | 213.4º | 0.84% | 0.98% | - |
| XYZ | 26.64 | 24.17 | 94.53 | - |
| YUV | 118.35 | 202.86 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 251 | 0.84 | 0.47 | 0 | 0.02 | 213.4 | 0.96 | 0.57 |
| Hex | 27 | 85 | FB | 54 | 2F | 0 | 2 | D5 | 60 | 39 |
| Octal | 47 | 205 | 373 | 124 | 57 | 0 | 2 | 325 | 140 | 71 |
| Binary | 100111 | 10000101 | 11111011 | 1010100 | 101111 | 0 | 10 | 11010101 | 1100000 | 111001 |
Color Harmonies of #2785FB
Complementary color
Monochromatic Colors of #2785FB
Black with #2785FB
Text Example
Text Example
White with #2785FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785FB; }
p { color: rgb(39,133,251); }
H1.HeaderClassName
{
color: #2785FB;
}
.AnyTagClassName
{
color: #2785FB;
}
</style>
background-color css
<style>
a { background-color: #2785FB; }
a { background-color: rgb(39,133,251); }
div.DivClassName
{
background-color: #2785FB;
}
.BgClassName
{
background-color: #2785FB;
}
</style>
border-color css
<style>
span { border-color: #2785FB; }
span { border-color: rgb(39,133,251); }
td.TdClassName
{
border-color: #2785FB;
}
.TagClassName
{
border-color: #2785FB;
}
</style>