Shades of Dodger Blue #309BEC
Tints of Dodger Blue #309BEC
RGB
CMYK
RGB Variations
Color information
#309BEC (or 0x309BEC) is known color: Dodger Blue. HEX triplet: 30, 9B and EC. RGB value is (48,155,236). Sum of RGB (Red+Green+Blue) = 48+155+236=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #309BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BEC is #CF6413. Grayscale: #838383. Windows color (decimal): -13591572 or 15506224. OLE color: 15506224.
HSL color Cylindrical-coordinate representation of color #309BEC: hue angle of 205.85º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309BEC is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 155 | 236 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.07 |
| HSL | 205.85º | 0.83% | 0.56% | - |
| HSV(B) | 205.85º | 0.8% | 0.93% | - |
| XYZ | 28.08 | 30.13 | 83.69 | - |
| YUV | 132.24 | 186.55 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 236 | 0.80 | 0.34 | 0 | 0.07 | 205.85 | 0.83 | 0.56 |
| Hex | 30 | 9B | EC | 50 | 22 | 0 | 7 | CE | 53 | 38 |
| Octal | 60 | 233 | 354 | 120 | 42 | 0 | 7 | 316 | 123 | 70 |
| Binary | 110000 | 10011011 | 11101100 | 1010000 | 100010 | 0 | 111 | 11001110 | 1010011 | 111000 |
Color Harmonies of #309BEC
Complementary color
Monochromatic Colors of #309BEC
Black with #309BEC
Text Example
Text Example
White with #309BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BEC; }
p { color: rgb(48,155,236); }
H1.HeaderClassName
{
color: #309BEC;
}
.AnyTagClassName
{
color: #309BEC;
}
</style>
background-color css
<style>
a { background-color: #309BEC; }
a { background-color: rgb(48,155,236); }
div.DivClassName
{
background-color: #309BEC;
}
.BgClassName
{
background-color: #309BEC;
}
</style>
border-color css
<style>
span { border-color: #309BEC; }
span { border-color: rgb(48,155,236); }
td.TdClassName
{
border-color: #309BEC;
}
.TagClassName
{
border-color: #309BEC;
}
</style>