Shades of Curious Blue #308ED6
Tints of Curious Blue #308ED6
RGB
CMYK
RGB Variations
Color information
#308ED6 (or 0x308ED6) is known color: Curious Blue. HEX triplet: 30, 8E and D6. RGB value is (48,142,214). Sum of RGB (Red+Green+Blue) = 48+142+214=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #308ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ED6 is #CF7129. Grayscale: #797979. Windows color (decimal): -13594922 or 14061104. OLE color: 14061104.
HSL color Cylindrical-coordinate representation of color #308ED6: hue angle of 206.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308ED6 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 142 | 214 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.16 |
| HSL | 206.02º | 0.67% | 0.51% | - |
| HSV(B) | 206.02º | 0.78% | 0.84% | - |
| XYZ | 23.03 | 24.83 | 67.2 | - |
| YUV | 122.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 214 | 0.78 | 0.34 | 0 | 0.16 | 206.02 | 0.67 | 0.51 |
| Hex | 30 | 8E | D6 | 4E | 22 | 0 | 10 | CE | 43 | 33 |
| Octal | 60 | 216 | 326 | 116 | 42 | 0 | 20 | 316 | 103 | 63 |
| Binary | 110000 | 10001110 | 11010110 | 1001110 | 100010 | 0 | 10000 | 11001110 | 1000011 | 110011 |
Color Harmonies of #308ED6
Complementary color
Monochromatic Colors of #308ED6
Black with #308ED6
Text Example
Text Example
White with #308ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ED6; }
p { color: rgb(48,142,214); }
H1.HeaderClassName
{
color: #308ED6;
}
.AnyTagClassName
{
color: #308ED6;
}
</style>
background-color css
<style>
a { background-color: #308ED6; }
a { background-color: rgb(48,142,214); }
div.DivClassName
{
background-color: #308ED6;
}
.BgClassName
{
background-color: #308ED6;
}
</style>
border-color css
<style>
span { border-color: #308ED6; }
span { border-color: rgb(48,142,214); }
td.TdClassName
{
border-color: #308ED6;
}
.TagClassName
{
border-color: #308ED6;
}
</style>