Shades of Curious Blue #4092CF
Tints of Curious Blue #4092CF
RGB
CMYK
RGB Variations
Color information
#4092CF (or 0x4092CF) is known color: Curious Blue. HEX triplet: 40, 92 and CF. RGB value is (64,146,207). Sum of RGB (Red+Green+Blue) = 64+146+207=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #4092CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4092CF is #BF6D30. Grayscale: #808080. Windows color (decimal): -12545329 or 13603392. OLE color: 13603392.
HSL color Cylindrical-coordinate representation of color #4092CF: hue angle of 205.59º degrees, saturation: 0.6, 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 #4092CF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 146 | 207 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.19 |
| HSL | 205.59º | 0.6% | 0.53% | - |
| HSV(B) | 205.59º | 0.69% | 0.81% | - |
| XYZ | 23.66 | 26.15 | 62.83 | - |
| YUV | 128.44 | 172.33 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 207 | 0.69 | 0.29 | 0 | 0.19 | 205.59 | 0.6 | 0.53 |
| Hex | 40 | 92 | CF | 45 | 1D | 0 | 13 | CE | 3C | 35 |
| Octal | 100 | 222 | 317 | 105 | 35 | 0 | 23 | 316 | 74 | 65 |
| Binary | 1000000 | 10010010 | 11001111 | 1000101 | 11101 | 0 | 10011 | 11001110 | 111100 | 110101 |
Color Harmonies of #4092CF
Complementary color
Monochromatic Colors of #4092CF
Black with #4092CF
Text Example
Text Example
White with #4092CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4092CF; }
p { color: rgb(64,146,207); }
H1.HeaderClassName
{
color: #4092CF;
}
.AnyTagClassName
{
color: #4092CF;
}
</style>
background-color css
<style>
a { background-color: #4092CF; }
a { background-color: rgb(64,146,207); }
div.DivClassName
{
background-color: #4092CF;
}
.BgClassName
{
background-color: #4092CF;
}
</style>
border-color css
<style>
span { border-color: #4092CF; }
span { border-color: rgb(64,146,207); }
td.TdClassName
{
border-color: #4092CF;
}
.TagClassName
{
border-color: #4092CF;
}
</style>