Shades of Curious Blue #308FD5
Tints of Curious Blue #308FD5
RGB
CMYK
RGB Variations
Color information
#308FD5 (or 0x308FD5) is known color: Curious Blue. HEX triplet: 30, 8F and D5. RGB value is (48,143,213). Sum of RGB (Red+Green+Blue) = 48+143+213=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #308FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FD5 is #CF702A. Grayscale: #7A7A7A. Windows color (decimal): -13594667 or 13995824. OLE color: 13995824.
HSL color Cylindrical-coordinate representation of color #308FD5: hue angle of 205.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308FD5 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 143 | 213 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.16 |
| HSL | 205.45º | 0.66% | 0.51% | - |
| HSV(B) | 205.45º | 0.77% | 0.84% | - |
| XYZ | 23.05 | 25.08 | 66.58 | - |
| YUV | 122.58 | 179.03 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 213 | 0.77 | 0.33 | 0 | 0.16 | 205.45 | 0.66 | 0.51 |
| Hex | 30 | 8F | D5 | 4D | 21 | 0 | 10 | CD | 42 | 33 |
| Octal | 60 | 217 | 325 | 115 | 41 | 0 | 20 | 315 | 102 | 63 |
| Binary | 110000 | 10001111 | 11010101 | 1001101 | 100001 | 0 | 10000 | 11001101 | 1000010 | 110011 |
Color Harmonies of #308FD5
Complementary color
Monochromatic Colors of #308FD5
Black with #308FD5
Text Example
Text Example
White with #308FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FD5; }
p { color: rgb(48,143,213); }
H1.HeaderClassName
{
color: #308FD5;
}
.AnyTagClassName
{
color: #308FD5;
}
</style>
background-color css
<style>
a { background-color: #308FD5; }
a { background-color: rgb(48,143,213); }
div.DivClassName
{
background-color: #308FD5;
}
.BgClassName
{
background-color: #308FD5;
}
</style>
border-color css
<style>
span { border-color: #308FD5; }
span { border-color: rgb(48,143,213); }
td.TdClassName
{
border-color: #308FD5;
}
.TagClassName
{
border-color: #308FD5;
}
</style>