Shades of Dodger Blue #298FEF
Tints of Dodger Blue #298FEF
RGB
CMYK
RGB Variations
Color information
#298FEF (or 0x298FEF) is known color: Dodger Blue. HEX triplet: 29, 8F and EF. RGB value is (41,143,239). Sum of RGB (Red+Green+Blue) = 41+143+239=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #298FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FEF is #D67010. Grayscale: #7A7A7A. Windows color (decimal): -14053393 or 15699753. OLE color: 15699753.
HSL color Cylindrical-coordinate representation of color #298FEF: hue angle of 209.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298FEF is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 143 | 239 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.06 |
| HSL | 209.09º | 0.86% | 0.55% | - |
| HSV(B) | 209.09º | 0.83% | 0.94% | - |
| XYZ | 26.32 | 26.35 | 85.36 | - |
| YUV | 123.45 | 193.21 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 239 | 0.83 | 0.40 | 0 | 0.06 | 209.09 | 0.86 | 0.55 |
| Hex | 29 | 8F | EF | 53 | 28 | 0 | 6 | D1 | 56 | 37 |
| Octal | 51 | 217 | 357 | 123 | 50 | 0 | 6 | 321 | 126 | 67 |
| Binary | 101001 | 10001111 | 11101111 | 1010011 | 101000 | 0 | 110 | 11010001 | 1010110 | 110111 |
Color Harmonies of #298FEF
Complementary color
Monochromatic Colors of #298FEF
Black with #298FEF
Text Example
Text Example
White with #298FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FEF; }
p { color: rgb(41,143,239); }
H1.HeaderClassName
{
color: #298FEF;
}
.AnyTagClassName
{
color: #298FEF;
}
</style>
background-color css
<style>
a { background-color: #298FEF; }
a { background-color: rgb(41,143,239); }
div.DivClassName
{
background-color: #298FEF;
}
.BgClassName
{
background-color: #298FEF;
}
</style>
border-color css
<style>
span { border-color: #298FEF; }
span { border-color: rgb(41,143,239); }
td.TdClassName
{
border-color: #298FEF;
}
.TagClassName
{
border-color: #298FEF;
}
</style>