Shades of Curious Blue #308BDB
Tints of Curious Blue #308BDB
RGB
CMYK
RGB Variations
Color information
#308BDB (or 0x308BDB) is known color: Curious Blue. HEX triplet: 30, 8B and DB. RGB value is (48,139,219). Sum of RGB (Red+Green+Blue) = 48+139+219=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #308BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BDB is #CF7424. Grayscale: #787878. Windows color (decimal): -13595685 or 14388016. OLE color: 14388016.
HSL color Cylindrical-coordinate representation of color #308BDB: hue angle of 208.07º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308BDB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 139 | 219 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.14 |
| HSL | 208.07º | 0.7% | 0.52% | - |
| HSV(B) | 208.07º | 0.78% | 0.86% | - |
| XYZ | 23.24 | 24.21 | 70.47 | - |
| YUV | 120.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 219 | 0.78 | 0.37 | 0 | 0.14 | 208.07 | 0.7 | 0.52 |
| Hex | 30 | 8B | DB | 4E | 25 | 0 | E | D0 | 46 | 34 |
| Octal | 60 | 213 | 333 | 116 | 45 | 0 | 16 | 320 | 106 | 64 |
| Binary | 110000 | 10001011 | 11011011 | 1001110 | 100101 | 0 | 1110 | 11010000 | 1000110 | 110100 |
Color Harmonies of #308BDB
Complementary color
Monochromatic Colors of #308BDB
Black with #308BDB
Text Example
Text Example
White with #308BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BDB; }
p { color: rgb(48,139,219); }
H1.HeaderClassName
{
color: #308BDB;
}
.AnyTagClassName
{
color: #308BDB;
}
</style>
background-color css
<style>
a { background-color: #308BDB; }
a { background-color: rgb(48,139,219); }
div.DivClassName
{
background-color: #308BDB;
}
.BgClassName
{
background-color: #308BDB;
}
</style>
border-color css
<style>
span { border-color: #308BDB; }
span { border-color: rgb(48,139,219); }
td.TdClassName
{
border-color: #308BDB;
}
.TagClassName
{
border-color: #308BDB;
}
</style>