Shades of Dodger Blue #30ACFF
Tints of Dodger Blue #30ACFF
RGB
CMYK
RGB Variations
Color information
#30ACFF (or 0x30ACFF) is known color: Dodger Blue. HEX triplet: 30, AC and FF. RGB value is (48,172,255). Sum of RGB (Red+Green+Blue) = 48+172+255=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #30ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACFF is #CF5300. Grayscale: #8F8F8F. Windows color (decimal): -13587201 or 16755760. OLE color: 16755760.
HSL color Cylindrical-coordinate representation of color #30ACFF: hue angle of 204.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ACFF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 172 | 255 | - |
| CMYK | 0.81 | 0.33 | 0 | 0 |
| HSL | 204.06º | 1% | 0.59% | - |
| HSV(B) | 204.06º | 0.81% | 1% | - |
| XYZ | 34.02 | 37.35 | 100.02 | - |
| YUV | 144.39 | 190.42 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 255 | 0.81 | 0.33 | 0 | 0 | 204.06 | 1 | 0.59 |
| Hex | 30 | AC | FF | 51 | 21 | 0 | 0 | CC | 64 | 3B |
| Octal | 60 | 254 | 377 | 121 | 41 | 0 | 0 | 314 | 144 | 73 |
| Binary | 110000 | 10101100 | 11111111 | 1010001 | 100001 | 0 | 0 | 11001100 | 1100100 | 111011 |
Color Harmonies of #30ACFF
Complementary color
Monochromatic Colors of #30ACFF
Black with #30ACFF
Text Example
Text Example
White with #30ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACFF; }
p { color: rgb(48,172,255); }
H1.HeaderClassName
{
color: #30ACFF;
}
.AnyTagClassName
{
color: #30ACFF;
}
</style>
background-color css
<style>
a { background-color: #30ACFF; }
a { background-color: rgb(48,172,255); }
div.DivClassName
{
background-color: #30ACFF;
}
.BgClassName
{
background-color: #30ACFF;
}
</style>
border-color css
<style>
span { border-color: #30ACFF; }
span { border-color: rgb(48,172,255); }
td.TdClassName
{
border-color: #30ACFF;
}
.TagClassName
{
border-color: #30ACFF;
}
</style>