Shades of Curious Blue #4093CE
Tints of Curious Blue #4093CE
RGB
CMYK
RGB Variations
Color information
#4093CE (or 0x4093CE) is known color: Curious Blue. HEX triplet: 40, 93 and CE. RGB value is (64,147,206). Sum of RGB (Red+Green+Blue) = 64+147+206=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #4093CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093CE is #BF6C31. Grayscale: #808080. Windows color (decimal): -12545074 or 13538112. OLE color: 13538112.
HSL color Cylindrical-coordinate representation of color #4093CE: hue angle of 204.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4093CE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 147 | 206 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.19 |
| HSL | 204.93º | 0.59% | 0.53% | - |
| HSV(B) | 204.93º | 0.69% | 0.81% | - |
| XYZ | 23.69 | 26.41 | 62.24 | - |
| YUV | 128.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 206 | 0.69 | 0.29 | 0 | 0.19 | 204.93 | 0.59 | 0.53 |
| Hex | 40 | 93 | CE | 45 | 1D | 0 | 13 | CD | 3B | 35 |
| Octal | 100 | 223 | 316 | 105 | 35 | 0 | 23 | 315 | 73 | 65 |
| Binary | 1000000 | 10010011 | 11001110 | 1000101 | 11101 | 0 | 10011 | 11001101 | 111011 | 110101 |
Color Harmonies of #4093CE
Complementary color
Monochromatic Colors of #4093CE
Black with #4093CE
Text Example
Text Example
White with #4093CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093CE; }
p { color: rgb(64,147,206); }
H1.HeaderClassName
{
color: #4093CE;
}
.AnyTagClassName
{
color: #4093CE;
}
</style>
background-color css
<style>
a { background-color: #4093CE; }
a { background-color: rgb(64,147,206); }
div.DivClassName
{
background-color: #4093CE;
}
.BgClassName
{
background-color: #4093CE;
}
</style>
border-color css
<style>
span { border-color: #4093CE; }
span { border-color: rgb(64,147,206); }
td.TdClassName
{
border-color: #4093CE;
}
.TagClassName
{
border-color: #4093CE;
}
</style>