Shades of Dodger Blue #1BADFC
Tints of Dodger Blue #1BADFC
RGB
CMYK
RGB Variations
Color information
#1BADFC (or 0x1BADFC) is known color: Dodger Blue. HEX triplet: 1B, AD and FC. RGB value is (27,173,252). Sum of RGB (Red+Green+Blue) = 27+173+252=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADFC is #E45203. Grayscale: #898989. Windows color (decimal): -14963204 or 16559387. OLE color: 16559387.
HSL color Cylindrical-coordinate representation of color #1BADFC: hue angle of 201.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BADFC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 173 | 252 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.01 |
| HSL | 201.07º | 0.97% | 0.55% | - |
| HSV(B) | 201.07º | 0.89% | 0.99% | - |
| XYZ | 32.97 | 37.15 | 97.53 | - |
| YUV | 138.35 | 192.13 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 252 | 0.89 | 0.31 | 0 | 0.01 | 201.07 | 0.97 | 0.55 |
| Hex | 1B | AD | FC | 59 | 1F | 0 | 1 | C9 | 61 | 37 |
| Octal | 33 | 255 | 374 | 131 | 37 | 0 | 1 | 311 | 141 | 67 |
| Binary | 11011 | 10101101 | 11111100 | 1011001 | 11111 | 0 | 1 | 11001001 | 1100001 | 110111 |
Color Harmonies of #1BADFC
Complementary color
Monochromatic Colors of #1BADFC
Black with #1BADFC
Text Example
Text Example
White with #1BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADFC; }
p { color: rgb(27,173,252); }
H1.HeaderClassName
{
color: #1BADFC;
}
.AnyTagClassName
{
color: #1BADFC;
}
</style>
background-color css
<style>
a { background-color: #1BADFC; }
a { background-color: rgb(27,173,252); }
div.DivClassName
{
background-color: #1BADFC;
}
.BgClassName
{
background-color: #1BADFC;
}
</style>
border-color css
<style>
span { border-color: #1BADFC; }
span { border-color: rgb(27,173,252); }
td.TdClassName
{
border-color: #1BADFC;
}
.TagClassName
{
border-color: #1BADFC;
}
</style>