Shades of Dodger Blue #309CF2
Tints of Dodger Blue #309CF2
RGB
CMYK
RGB Variations
Color information
#309CF2 (or 0x309CF2) is known color: Dodger Blue. HEX triplet: 30, 9C and F2. RGB value is (48,156,242). Sum of RGB (Red+Green+Blue) = 48+156+242=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #309CF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CF2 is #CF630D. Grayscale: #858585. Windows color (decimal): -13591310 or 15899696. OLE color: 15899696.
HSL color Cylindrical-coordinate representation of color #309CF2: hue angle of 206.6º 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 #309CF2 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 156 | 242 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.05 |
| HSL | 206.6º | 0.88% | 0.57% | - |
| HSV(B) | 206.6º | 0.8% | 0.95% | - |
| XYZ | 29.13 | 30.82 | 88.42 | - |
| YUV | 133.51 | 189.22 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 242 | 0.80 | 0.36 | 0 | 0.05 | 206.6 | 0.88 | 0.57 |
| Hex | 30 | 9C | F2 | 50 | 24 | 0 | 5 | CF | 58 | 39 |
| Octal | 60 | 234 | 362 | 120 | 44 | 0 | 5 | 317 | 130 | 71 |
| Binary | 110000 | 10011100 | 11110010 | 1010000 | 100100 | 0 | 101 | 11001111 | 1011000 | 111001 |
Color Harmonies of #309CF2
Complementary color
Monochromatic Colors of #309CF2
Black with #309CF2
Text Example
Text Example
White with #309CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CF2; }
p { color: rgb(48,156,242); }
H1.HeaderClassName
{
color: #309CF2;
}
.AnyTagClassName
{
color: #309CF2;
}
</style>
background-color css
<style>
a { background-color: #309CF2; }
a { background-color: rgb(48,156,242); }
div.DivClassName
{
background-color: #309CF2;
}
.BgClassName
{
background-color: #309CF2;
}
</style>
border-color css
<style>
span { border-color: #309CF2; }
span { border-color: rgb(48,156,242); }
td.TdClassName
{
border-color: #309CF2;
}
.TagClassName
{
border-color: #309CF2;
}
</style>