Shades of Dodger Blue #30ABFE
Tints of Dodger Blue #30ABFE
RGB
CMYK
RGB Variations
Color information
#30ABFE (or 0x30ABFE) is known color: Dodger Blue. HEX triplet: 30, AB and FE. RGB value is (48,171,254). Sum of RGB (Red+Green+Blue) = 48+171+254=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #30ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABFE is #CF5401. Grayscale: #8F8F8F. Windows color (decimal): -13587458 or 16689968. OLE color: 16689968.
HSL color Cylindrical-coordinate representation of color #30ABFE: hue angle of 204.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ABFE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 171 | 254 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.00 |
| HSL | 204.17º | 0.99% | 0.59% | - |
| HSV(B) | 204.17º | 0.81% | 1% | - |
| XYZ | 33.67 | 36.91 | 99.12 | - |
| YUV | 143.69 | 190.25 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 254 | 0.81 | 0.33 | 0 | 0.00 | 204.17 | 0.99 | 0.59 |
| Hex | 30 | AB | FE | 51 | 21 | 0 | 0 | CC | 63 | 3B |
| Octal | 60 | 253 | 376 | 121 | 41 | 0 | 0 | 314 | 143 | 73 |
| Binary | 110000 | 10101011 | 11111110 | 1010001 | 100001 | 0 | 0 | 11001100 | 1100011 | 111011 |
Color Harmonies of #30ABFE
Complementary color
Monochromatic Colors of #30ABFE
Black with #30ABFE
Text Example
Text Example
White with #30ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABFE; }
p { color: rgb(48,171,254); }
H1.HeaderClassName
{
color: #30ABFE;
}
.AnyTagClassName
{
color: #30ABFE;
}
</style>
background-color css
<style>
a { background-color: #30ABFE; }
a { background-color: rgb(48,171,254); }
div.DivClassName
{
background-color: #30ABFE;
}
.BgClassName
{
background-color: #30ABFE;
}
</style>
border-color css
<style>
span { border-color: #30ABFE; }
span { border-color: rgb(48,171,254); }
td.TdClassName
{
border-color: #30ABFE;
}
.TagClassName
{
border-color: #30ABFE;
}
</style>