Shades of Dodger Blue #1CA7FB
Tints of Dodger Blue #1CA7FB
RGB
CMYK
RGB Variations
Color information
#1CA7FB (or 0x1CA7FB) is known color: Dodger Blue. HEX triplet: 1C, A7 and FB. RGB value is (28,167,251). Sum of RGB (Red+Green+Blue) = 28+167+251=446 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.28% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CA7FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA7FB is #E35804. Grayscale: #868686. Windows color (decimal): -14899205 or 16492316. OLE color: 16492316.
HSL color Cylindrical-coordinate representation of color #1CA7FB: hue angle of 202.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CA7FB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 167 | 251 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.02 |
| HSL | 202.6º | 0.97% | 0.55% | - |
| HSV(B) | 202.6º | 0.89% | 0.98% | - |
| XYZ | 31.71 | 34.85 | 96.32 | - |
| YUV | 135.02 | 193.45 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 251 | 0.89 | 0.33 | 0 | 0.02 | 202.6 | 0.97 | 0.55 |
| Hex | 1C | A7 | FB | 59 | 21 | 0 | 2 | CB | 61 | 37 |
| Octal | 34 | 247 | 373 | 131 | 41 | 0 | 2 | 313 | 141 | 67 |
| Binary | 11100 | 10100111 | 11111011 | 1011001 | 100001 | 0 | 10 | 11001011 | 1100001 | 110111 |
Color Harmonies of #1CA7FB
Complementary color
Monochromatic Colors of #1CA7FB
Black with #1CA7FB
Text Example
Text Example
White with #1CA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA7FB; }
p { color: rgb(28,167,251); }
H1.HeaderClassName
{
color: #1CA7FB;
}
.AnyTagClassName
{
color: #1CA7FB;
}
</style>
background-color css
<style>
a { background-color: #1CA7FB; }
a { background-color: rgb(28,167,251); }
div.DivClassName
{
background-color: #1CA7FB;
}
.BgClassName
{
background-color: #1CA7FB;
}
</style>
border-color css
<style>
span { border-color: #1CA7FB; }
span { border-color: rgb(28,167,251); }
td.TdClassName
{
border-color: #1CA7FB;
}
.TagClassName
{
border-color: #1CA7FB;
}
</style>