Shades of Curious Blue #238AD5
Tints of Curious Blue #238AD5
RGB
CMYK
RGB Variations
Color information
#238AD5 (or 0x238AD5) is known color: Curious Blue. HEX triplet: 23, 8A and D5. RGB value is (35,138,213). Sum of RGB (Red+Green+Blue) = 35+138+213=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #238AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238AD5 is #DC752A. Grayscale: #737373. Windows color (decimal): -14447915 or 13994531. OLE color: 13994531.
HSL color Cylindrical-coordinate representation of color #238AD5: hue angle of 205.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238AD5 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 138 | 213 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.16 |
| HSL | 205.28º | 0.72% | 0.49% | - |
| HSV(B) | 205.28º | 0.84% | 0.84% | - |
| XYZ | 21.79 | 23.34 | 66.31 | - |
| YUV | 115.75 | 182.88 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 213 | 0.84 | 0.35 | 0 | 0.16 | 205.28 | 0.72 | 0.49 |
| Hex | 23 | 8A | D5 | 54 | 23 | 0 | 10 | CD | 48 | 31 |
| Octal | 43 | 212 | 325 | 124 | 43 | 0 | 20 | 315 | 110 | 61 |
| Binary | 100011 | 10001010 | 11010101 | 1010100 | 100011 | 0 | 10000 | 11001101 | 1001000 | 110001 |
Color Harmonies of #238AD5
Complementary color
Monochromatic Colors of #238AD5
Black with #238AD5
Text Example
Text Example
White with #238AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AD5; }
p { color: rgb(35,138,213); }
H1.HeaderClassName
{
color: #238AD5;
}
.AnyTagClassName
{
color: #238AD5;
}
</style>
background-color css
<style>
a { background-color: #238AD5; }
a { background-color: rgb(35,138,213); }
div.DivClassName
{
background-color: #238AD5;
}
.BgClassName
{
background-color: #238AD5;
}
</style>
border-color css
<style>
span { border-color: #238AD5; }
span { border-color: rgb(35,138,213); }
td.TdClassName
{
border-color: #238AD5;
}
.TagClassName
{
border-color: #238AD5;
}
</style>