Shades of Curious Blue #308EDA
Tints of Curious Blue #308EDA
RGB
CMYK
RGB Variations
Color information
#308EDA (or 0x308EDA) is known color: Curious Blue. HEX triplet: 30, 8E and DA. RGB value is (48,142,218). Sum of RGB (Red+Green+Blue) = 48+142+218=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #308EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDA is #CF7125. Grayscale: #7A7A7A. Windows color (decimal): -13594918 or 14323248. OLE color: 14323248.
HSL color Cylindrical-coordinate representation of color #308EDA: hue angle of 206.82º degrees, saturation: 0.7, 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 #308EDA is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 142 | 218 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.15 |
| HSL | 206.82º | 0.7% | 0.52% | - |
| HSV(B) | 206.82º | 0.78% | 0.85% | - |
| XYZ | 23.55 | 25.04 | 69.92 | - |
| YUV | 122.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 218 | 0.78 | 0.35 | 0 | 0.15 | 206.82 | 0.7 | 0.52 |
| Hex | 30 | 8E | DA | 4E | 23 | 0 | F | CF | 46 | 34 |
| Octal | 60 | 216 | 332 | 116 | 43 | 0 | 17 | 317 | 106 | 64 |
| Binary | 110000 | 10001110 | 11011010 | 1001110 | 100011 | 0 | 1111 | 11001111 | 1000110 | 110100 |
Color Harmonies of #308EDA
Complementary color
Monochromatic Colors of #308EDA
Black with #308EDA
Text Example
Text Example
White with #308EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EDA; }
p { color: rgb(48,142,218); }
H1.HeaderClassName
{
color: #308EDA;
}
.AnyTagClassName
{
color: #308EDA;
}
</style>
background-color css
<style>
a { background-color: #308EDA; }
a { background-color: rgb(48,142,218); }
div.DivClassName
{
background-color: #308EDA;
}
.BgClassName
{
background-color: #308EDA;
}
</style>
border-color css
<style>
span { border-color: #308EDA; }
span { border-color: rgb(48,142,218); }
td.TdClassName
{
border-color: #308EDA;
}
.TagClassName
{
border-color: #308EDA;
}
</style>