Shades of Dodger Blue #2795FE
Tints of Dodger Blue #2795FE
RGB
CMYK
RGB Variations
Color information
#2795FE (or 0x2795FE) is known color: Dodger Blue. HEX triplet: 27, 95 and FE. RGB value is (39,149,254). Sum of RGB (Red+Green+Blue) = 39+149+254=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #2795FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2795FE is #D86A01. Grayscale: #7F7F7F. Windows color (decimal): -14182914 or 16684327. OLE color: 16684327.
HSL color Cylindrical-coordinate representation of color #2795FE: hue angle of 209.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2795FE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 149 | 254 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.00 |
| HSL | 209.3º | 0.99% | 0.57% | - |
| HSV(B) | 209.3º | 0.85% | 1% | - |
| XYZ | 29.47 | 29.08 | 97.83 | - |
| YUV | 128.08 | 199.06 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 254 | 0.85 | 0.41 | 0 | 0.00 | 209.3 | 0.99 | 0.57 |
| Hex | 27 | 95 | FE | 55 | 29 | 0 | 0 | D1 | 63 | 39 |
| Octal | 47 | 225 | 376 | 125 | 51 | 0 | 0 | 321 | 143 | 71 |
| Binary | 100111 | 10010101 | 11111110 | 1010101 | 101001 | 0 | 0 | 11010001 | 1100011 | 111001 |
Color Harmonies of #2795FE
Complementary color
Monochromatic Colors of #2795FE
Black with #2795FE
Text Example
Text Example
White with #2795FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795FE; }
p { color: rgb(39,149,254); }
H1.HeaderClassName
{
color: #2795FE;
}
.AnyTagClassName
{
color: #2795FE;
}
</style>
background-color css
<style>
a { background-color: #2795FE; }
a { background-color: rgb(39,149,254); }
div.DivClassName
{
background-color: #2795FE;
}
.BgClassName
{
background-color: #2795FE;
}
</style>
border-color css
<style>
span { border-color: #2795FE; }
span { border-color: rgb(39,149,254); }
td.TdClassName
{
border-color: #2795FE;
}
.TagClassName
{
border-color: #2795FE;
}
</style>