Shades of Dodger Blue #1BA4FB
Tints of Dodger Blue #1BA4FB
RGB
CMYK
RGB Variations
Color information
#1BA4FB (or 0x1BA4FB) is known color: Dodger Blue. HEX triplet: 1B, A4 and FB. RGB value is (27,164,251). Sum of RGB (Red+Green+Blue) = 27+164+251=442 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.11% from 442); Green value is 164 (64.45% from 255 or 37.10% 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 #1BA4FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA4FB is #E45B04. Grayscale: #848484. Windows color (decimal): -14965509 or 16491547. OLE color: 16491547.
HSL color Cylindrical-coordinate representation of color #1BA4FB: hue angle of 203.3º 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 #1BA4FB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 164 | 251 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.02 |
| HSL | 203.3º | 0.97% | 0.55% | - |
| HSV(B) | 203.3º | 0.89% | 0.98% | - |
| XYZ | 31.14 | 33.75 | 96.14 | - |
| YUV | 132.96 | 194.61 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 251 | 0.89 | 0.35 | 0 | 0.02 | 203.3 | 0.97 | 0.55 |
| Hex | 1B | A4 | FB | 59 | 23 | 0 | 2 | CB | 61 | 37 |
| Octal | 33 | 244 | 373 | 131 | 43 | 0 | 2 | 313 | 141 | 67 |
| Binary | 11011 | 10100100 | 11111011 | 1011001 | 100011 | 0 | 10 | 11001011 | 1100001 | 110111 |
Color Harmonies of #1BA4FB
Complementary color
Monochromatic Colors of #1BA4FB
Black with #1BA4FB
Text Example
Text Example
White with #1BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA4FB; }
p { color: rgb(27,164,251); }
H1.HeaderClassName
{
color: #1BA4FB;
}
.AnyTagClassName
{
color: #1BA4FB;
}
</style>
background-color css
<style>
a { background-color: #1BA4FB; }
a { background-color: rgb(27,164,251); }
div.DivClassName
{
background-color: #1BA4FB;
}
.BgClassName
{
background-color: #1BA4FB;
}
</style>
border-color css
<style>
span { border-color: #1BA4FB; }
span { border-color: rgb(27,164,251); }
td.TdClassName
{
border-color: #1BA4FB;
}
.TagClassName
{
border-color: #1BA4FB;
}
</style>