Shades of Dodger Blue #309BFA
Tints of Dodger Blue #309BFA
RGB
CMYK
RGB Variations
Color information
#309BFA (or 0x309BFA) is known color: Dodger Blue. HEX triplet: 30, 9B and FA. RGB value is (48,155,250). Sum of RGB (Red+Green+Blue) = 48+155+250=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #309BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BFA is #CF6405. Grayscale: #858585. Windows color (decimal): -13591558 or 16423728. OLE color: 16423728.
HSL color Cylindrical-coordinate representation of color #309BFA: hue angle of 208.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309BFA is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 155 | 250 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.02 |
| HSL | 208.22º | 0.95% | 0.58% | - |
| HSV(B) | 208.22º | 0.81% | 0.98% | - |
| XYZ | 30.2 | 30.97 | 94.83 | - |
| YUV | 133.84 | 193.55 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 250 | 0.81 | 0.38 | 0 | 0.02 | 208.22 | 0.95 | 0.58 |
| Hex | 30 | 9B | FA | 51 | 26 | 0 | 2 | D0 | 5F | 3A |
| Octal | 60 | 233 | 372 | 121 | 46 | 0 | 2 | 320 | 137 | 72 |
| Binary | 110000 | 10011011 | 11111010 | 1010001 | 100110 | 0 | 10 | 11010000 | 1011111 | 111010 |
Color Harmonies of #309BFA
Complementary color
Monochromatic Colors of #309BFA
Black with #309BFA
Text Example
Text Example
White with #309BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BFA; }
p { color: rgb(48,155,250); }
H1.HeaderClassName
{
color: #309BFA;
}
.AnyTagClassName
{
color: #309BFA;
}
</style>
background-color css
<style>
a { background-color: #309BFA; }
a { background-color: rgb(48,155,250); }
div.DivClassName
{
background-color: #309BFA;
}
.BgClassName
{
background-color: #309BFA;
}
</style>
border-color css
<style>
span { border-color: #309BFA; }
span { border-color: rgb(48,155,250); }
td.TdClassName
{
border-color: #309BFA;
}
.TagClassName
{
border-color: #309BFA;
}
</style>