Shades of Dodger Blue #30A4FC
Tints of Dodger Blue #30A4FC
RGB
CMYK
RGB Variations
Color information
#30A4FC (or 0x30A4FC) is known color: Dodger Blue. HEX triplet: 30, A4 and FC. RGB value is (48,164,252). Sum of RGB (Red+Green+Blue) = 48+164+252=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #30A4FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A4FC is #CF5B03. Grayscale: #8A8A8A. Windows color (decimal): -13589252 or 16557104. OLE color: 16557104.
HSL color Cylindrical-coordinate representation of color #30A4FC: hue angle of 205.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30A4FC is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 164 | 252 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.01 |
| HSL | 205.88º | 0.97% | 0.59% | - |
| HSV(B) | 205.88º | 0.81% | 0.99% | - |
| XYZ | 32.07 | 34.21 | 97.01 | - |
| YUV | 139.35 | 191.57 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 252 | 0.81 | 0.35 | 0 | 0.01 | 205.88 | 0.97 | 0.59 |
| Hex | 30 | A4 | FC | 51 | 23 | 0 | 1 | CE | 61 | 3B |
| Octal | 60 | 244 | 374 | 121 | 43 | 0 | 1 | 316 | 141 | 73 |
| Binary | 110000 | 10100100 | 11111100 | 1010001 | 100011 | 0 | 1 | 11001110 | 1100001 | 111011 |
Color Harmonies of #30A4FC
Complementary color
Monochromatic Colors of #30A4FC
Black with #30A4FC
Text Example
Text Example
White with #30A4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A4FC; }
p { color: rgb(48,164,252); }
H1.HeaderClassName
{
color: #30A4FC;
}
.AnyTagClassName
{
color: #30A4FC;
}
</style>
background-color css
<style>
a { background-color: #30A4FC; }
a { background-color: rgb(48,164,252); }
div.DivClassName
{
background-color: #30A4FC;
}
.BgClassName
{
background-color: #30A4FC;
}
</style>
border-color css
<style>
span { border-color: #30A4FC; }
span { border-color: rgb(48,164,252); }
td.TdClassName
{
border-color: #30A4FC;
}
.TagClassName
{
border-color: #30A4FC;
}
</style>