Shades of Dodger Blue #1298FB
Tints of Dodger Blue #1298FB
RGB
CMYK
RGB Variations
Color information
#1298FB (or 0x1298FB) is known color: Dodger Blue. HEX triplet: 12, 98 and FB. RGB value is (18,152,251). Sum of RGB (Red+Green+Blue) = 18+152+251=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #1298FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1298FB is #ED6704. Grayscale: #7A7A7A. Windows color (decimal): -15558405 or 16488466. OLE color: 16488466.
HSL color Cylindrical-coordinate representation of color #1298FB: hue angle of 205.49º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1298FB is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 152 | 251 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.02 |
| HSL | 205.49º | 0.97% | 0.53% | - |
| HSV(B) | 205.49º | 0.93% | 0.98% | - |
| XYZ | 28.89 | 29.55 | 95.45 | - |
| YUV | 123.22 | 200.11 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 251 | 0.93 | 0.39 | 0 | 0.02 | 205.49 | 0.97 | 0.53 |
| Hex | 12 | 98 | FB | 5D | 27 | 0 | 2 | CD | 61 | 35 |
| Octal | 22 | 230 | 373 | 135 | 47 | 0 | 2 | 315 | 141 | 65 |
| Binary | 10010 | 10011000 | 11111011 | 1011101 | 100111 | 0 | 10 | 11001101 | 1100001 | 110101 |
Color Harmonies of #1298FB
Complementary color
Monochromatic Colors of #1298FB
Black with #1298FB
Text Example
Text Example
White with #1298FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1298FB; }
p { color: rgb(18,152,251); }
H1.HeaderClassName
{
color: #1298FB;
}
.AnyTagClassName
{
color: #1298FB;
}
</style>
background-color css
<style>
a { background-color: #1298FB; }
a { background-color: rgb(18,152,251); }
div.DivClassName
{
background-color: #1298FB;
}
.BgClassName
{
background-color: #1298FB;
}
</style>
border-color css
<style>
span { border-color: #1298FB; }
span { border-color: rgb(18,152,251); }
td.TdClassName
{
border-color: #1298FB;
}
.TagClassName
{
border-color: #1298FB;
}
</style>