Shades of Dodger Blue #1CA3FB
Tints of Dodger Blue #1CA3FB
RGB
CMYK
RGB Variations
Color information
#1CA3FB (or 0x1CA3FB) is known color: Dodger Blue. HEX triplet: 1C, A3 and FB. RGB value is (28,163,251). Sum of RGB (Red+Green+Blue) = 28+163+251=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CA3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA3FB is #E35C04. Grayscale: #848484. Windows color (decimal): -14900229 or 16491292. OLE color: 16491292.
HSL color Cylindrical-coordinate representation of color #1CA3FB: hue angle of 203.68º 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 #1CA3FB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 163 | 251 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.02 |
| HSL | 203.68º | 0.97% | 0.55% | - |
| HSV(B) | 203.68º | 0.89% | 0.98% | - |
| XYZ | 30.99 | 33.41 | 96.08 | - |
| YUV | 132.67 | 194.77 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 163 | 251 | 0.89 | 0.35 | 0 | 0.02 | 203.68 | 0.97 | 0.55 |
| Hex | 1C | A3 | FB | 59 | 23 | 0 | 2 | CC | 61 | 37 |
| Octal | 34 | 243 | 373 | 131 | 43 | 0 | 2 | 314 | 141 | 67 |
| Binary | 11100 | 10100011 | 11111011 | 1011001 | 100011 | 0 | 10 | 11001100 | 1100001 | 110111 |
Color Harmonies of #1CA3FB
Complementary color
Monochromatic Colors of #1CA3FB
Black with #1CA3FB
Text Example
Text Example
White with #1CA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA3FB; }
p { color: rgb(28,163,251); }
H1.HeaderClassName
{
color: #1CA3FB;
}
.AnyTagClassName
{
color: #1CA3FB;
}
</style>
background-color css
<style>
a { background-color: #1CA3FB; }
a { background-color: rgb(28,163,251); }
div.DivClassName
{
background-color: #1CA3FB;
}
.BgClassName
{
background-color: #1CA3FB;
}
</style>
border-color css
<style>
span { border-color: #1CA3FB; }
span { border-color: rgb(28,163,251); }
td.TdClassName
{
border-color: #1CA3FB;
}
.TagClassName
{
border-color: #1CA3FB;
}
</style>