Shades of Curious Blue #248AD3
Tints of Curious Blue #248AD3
RGB
CMYK
RGB Variations
Color information
#248AD3 (or 0x248AD3) is known color: Curious Blue. HEX triplet: 24, 8A and D3. RGB value is (36,138,211). Sum of RGB (Red+Green+Blue) = 36+138+211=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #248AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AD3 is #DB752C. Grayscale: #737373. Windows color (decimal): -14382381 or 13863460. OLE color: 13863460.
HSL color Cylindrical-coordinate representation of color #248AD3: hue angle of 205.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248AD3 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 138 | 211 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.17 |
| HSL | 205.03º | 0.71% | 0.48% | - |
| HSV(B) | 205.03º | 0.83% | 0.83% | - |
| XYZ | 21.57 | 23.26 | 64.98 | - |
| YUV | 115.82 | 181.71 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 211 | 0.83 | 0.35 | 0 | 0.17 | 205.03 | 0.71 | 0.48 |
| Hex | 24 | 8A | D3 | 53 | 23 | 0 | 11 | CD | 47 | 30 |
| Octal | 44 | 212 | 323 | 123 | 43 | 0 | 21 | 315 | 107 | 60 |
| Binary | 100100 | 10001010 | 11010011 | 1010011 | 100011 | 0 | 10001 | 11001101 | 1000111 | 110000 |
Color Harmonies of #248AD3
Complementary color
Monochromatic Colors of #248AD3
Black with #248AD3
Text Example
Text Example
White with #248AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AD3; }
p { color: rgb(36,138,211); }
H1.HeaderClassName
{
color: #248AD3;
}
.AnyTagClassName
{
color: #248AD3;
}
</style>
background-color css
<style>
a { background-color: #248AD3; }
a { background-color: rgb(36,138,211); }
div.DivClassName
{
background-color: #248AD3;
}
.BgClassName
{
background-color: #248AD3;
}
</style>
border-color css
<style>
span { border-color: #248AD3; }
span { border-color: rgb(36,138,211); }
td.TdClassName
{
border-color: #248AD3;
}
.TagClassName
{
border-color: #248AD3;
}
</style>