Shades of Dodger Blue #309DF2
Tints of Dodger Blue #309DF2
RGB
CMYK
RGB Variations
Color information
#309DF2 (or 0x309DF2) is known color: Dodger Blue. HEX triplet: 30, 9D and F2. RGB value is (48,157,242). Sum of RGB (Red+Green+Blue) = 48+157+242=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #309DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309DF2 is #CF620D. Grayscale: #858585. Windows color (decimal): -13591054 or 15899952. OLE color: 15899952.
HSL color Cylindrical-coordinate representation of color #309DF2: hue angle of 206.29º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309DF2 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 157 | 242 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.05 |
| HSL | 206.29º | 0.88% | 0.57% | - |
| HSV(B) | 206.29º | 0.8% | 0.95% | - |
| XYZ | 29.3 | 31.15 | 88.47 | - |
| YUV | 134.1 | 188.89 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 242 | 0.80 | 0.35 | 0 | 0.05 | 206.29 | 0.88 | 0.57 |
| Hex | 30 | 9D | F2 | 50 | 23 | 0 | 5 | CE | 58 | 39 |
| Octal | 60 | 235 | 362 | 120 | 43 | 0 | 5 | 316 | 130 | 71 |
| Binary | 110000 | 10011101 | 11110010 | 1010000 | 100011 | 0 | 101 | 11001110 | 1011000 | 111001 |
Color Harmonies of #309DF2
Complementary color
Monochromatic Colors of #309DF2
Black with #309DF2
Text Example
Text Example
White with #309DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309DF2; }
p { color: rgb(48,157,242); }
H1.HeaderClassName
{
color: #309DF2;
}
.AnyTagClassName
{
color: #309DF2;
}
</style>
background-color css
<style>
a { background-color: #309DF2; }
a { background-color: rgb(48,157,242); }
div.DivClassName
{
background-color: #309DF2;
}
.BgClassName
{
background-color: #309DF2;
}
</style>
border-color css
<style>
span { border-color: #309DF2; }
span { border-color: rgb(48,157,242); }
td.TdClassName
{
border-color: #309DF2;
}
.TagClassName
{
border-color: #309DF2;
}
</style>