Shades of Dodger Blue #309CFB
Tints of Dodger Blue #309CFB
RGB
CMYK
RGB Variations
Color information
#309CFB (or 0x309CFB) is known color: Dodger Blue. HEX triplet: 30, 9C and FB. RGB value is (48,156,251). Sum of RGB (Red+Green+Blue) = 48+156+251=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #309CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CFB is #CF6304. Grayscale: #868686. Windows color (decimal): -13591301 or 16489520. OLE color: 16489520.
HSL color Cylindrical-coordinate representation of color #309CFB: hue angle of 208.08º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309CFB is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 156 | 251 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.02 |
| HSL | 208.08º | 0.96% | 0.59% | - |
| HSV(B) | 208.08º | 0.81% | 0.98% | - |
| XYZ | 30.52 | 31.37 | 95.71 | - |
| YUV | 134.54 | 193.72 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 251 | 0.81 | 0.38 | 0 | 0.02 | 208.08 | 0.96 | 0.59 |
| Hex | 30 | 9C | FB | 51 | 26 | 0 | 2 | D0 | 60 | 3B |
| Octal | 60 | 234 | 373 | 121 | 46 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110000 | 10011100 | 11111011 | 1010001 | 100110 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #309CFB
Complementary color
Monochromatic Colors of #309CFB
Black with #309CFB
Text Example
Text Example
White with #309CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CFB; }
p { color: rgb(48,156,251); }
H1.HeaderClassName
{
color: #309CFB;
}
.AnyTagClassName
{
color: #309CFB;
}
</style>
background-color css
<style>
a { background-color: #309CFB; }
a { background-color: rgb(48,156,251); }
div.DivClassName
{
background-color: #309CFB;
}
.BgClassName
{
background-color: #309CFB;
}
</style>
border-color css
<style>
span { border-color: #309CFB; }
span { border-color: rgb(48,156,251); }
td.TdClassName
{
border-color: #309CFB;
}
.TagClassName
{
border-color: #309CFB;
}
</style>