Shades of Curious Blue #308ED8
Tints of Curious Blue #308ED8
RGB
CMYK
RGB Variations
Color information
#308ED8 (or 0x308ED8) is known color: Curious Blue. HEX triplet: 30, 8E and D8. RGB value is (48,142,216). Sum of RGB (Red+Green+Blue) = 48+142+216=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #308ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ED8 is #CF7127. Grayscale: #797979. Windows color (decimal): -13594920 or 14192176. OLE color: 14192176.
HSL color Cylindrical-coordinate representation of color #308ED8: hue angle of 206.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308ED8 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 142 | 216 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.15 |
| HSL | 206.43º | 0.68% | 0.52% | - |
| HSV(B) | 206.43º | 0.78% | 0.85% | - |
| XYZ | 23.29 | 24.93 | 68.55 | - |
| YUV | 122.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 216 | 0.78 | 0.34 | 0 | 0.15 | 206.43 | 0.68 | 0.52 |
| Hex | 30 | 8E | D8 | 4E | 22 | 0 | F | CE | 44 | 34 |
| Octal | 60 | 216 | 330 | 116 | 42 | 0 | 17 | 316 | 104 | 64 |
| Binary | 110000 | 10001110 | 11011000 | 1001110 | 100010 | 0 | 1111 | 11001110 | 1000100 | 110100 |
Color Harmonies of #308ED8
Complementary color
Monochromatic Colors of #308ED8
Black with #308ED8
Text Example
Text Example
White with #308ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ED8; }
p { color: rgb(48,142,216); }
H1.HeaderClassName
{
color: #308ED8;
}
.AnyTagClassName
{
color: #308ED8;
}
</style>
background-color css
<style>
a { background-color: #308ED8; }
a { background-color: rgb(48,142,216); }
div.DivClassName
{
background-color: #308ED8;
}
.BgClassName
{
background-color: #308ED8;
}
</style>
border-color css
<style>
span { border-color: #308ED8; }
span { border-color: rgb(48,142,216); }
td.TdClassName
{
border-color: #308ED8;
}
.TagClassName
{
border-color: #308ED8;
}
</style>