Shades of Curious Blue #438FD0
Tints of Curious Blue #438FD0
RGB
CMYK
RGB Variations
Color information
#438FD0 (or 0x438FD0) is known color: Curious Blue. HEX triplet: 43, 8F and D0. RGB value is (67,143,208). Sum of RGB (Red+Green+Blue) = 67+143+208=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #438FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FD0 is #BC702F. Grayscale: #7F7F7F. Windows color (decimal): -12349488 or 13668163. OLE color: 13668163.
HSL color Cylindrical-coordinate representation of color #438FD0: hue angle of 207.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #438FD0 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 143 | 208 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.18 |
| HSL | 207.66º | 0.6% | 0.54% | - |
| HSV(B) | 207.66º | 0.68% | 0.82% | - |
| XYZ | 23.52 | 25.39 | 63.34 | - |
| YUV | 127.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 208 | 0.68 | 0.31 | 0 | 0.18 | 207.66 | 0.6 | 0.54 |
| Hex | 43 | 8F | D0 | 44 | 1F | 0 | 12 | D0 | 3C | 36 |
| Octal | 103 | 217 | 320 | 104 | 37 | 0 | 22 | 320 | 74 | 66 |
| Binary | 1000011 | 10001111 | 11010000 | 1000100 | 11111 | 0 | 10010 | 11010000 | 111100 | 110110 |
Color Harmonies of #438FD0
Complementary color
Monochromatic Colors of #438FD0
Black with #438FD0
Text Example
Text Example
White with #438FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FD0; }
p { color: rgb(67,143,208); }
H1.HeaderClassName
{
color: #438FD0;
}
.AnyTagClassName
{
color: #438FD0;
}
</style>
background-color css
<style>
a { background-color: #438FD0; }
a { background-color: rgb(67,143,208); }
div.DivClassName
{
background-color: #438FD0;
}
.BgClassName
{
background-color: #438FD0;
}
</style>
border-color css
<style>
span { border-color: #438FD0; }
span { border-color: rgb(67,143,208); }
td.TdClassName
{
border-color: #438FD0;
}
.TagClassName
{
border-color: #438FD0;
}
</style>