Shades of Curious Blue #458CC6
Tints of Curious Blue #458CC6
RGB
CMYK
RGB Variations
Color information
#458CC6 (or 0x458CC6) is known color: Curious Blue. HEX triplet: 45, 8C and C6. RGB value is (69,140,198). Sum of RGB (Red+Green+Blue) = 69+140+198=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #458CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CC6 is #BA7339. Grayscale: #7D7D7D. Windows color (decimal): -12219194 or 13012037. OLE color: 13012037.
HSL color Cylindrical-coordinate representation of color #458CC6: hue angle of 206.98º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458CC6 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 140 | 198 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.22 |
| HSL | 206.98º | 0.53% | 0.52% | - |
| HSV(B) | 206.98º | 0.65% | 0.78% | - |
| XYZ | 22.03 | 24.1 | 56.92 | - |
| YUV | 125.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 198 | 0.65 | 0.29 | 0 | 0.22 | 206.98 | 0.53 | 0.52 |
| Hex | 45 | 8C | C6 | 41 | 1D | 0 | 16 | CF | 35 | 34 |
| Octal | 105 | 214 | 306 | 101 | 35 | 0 | 26 | 317 | 65 | 64 |
| Binary | 1000101 | 10001100 | 11000110 | 1000001 | 11101 | 0 | 10110 | 11001111 | 110101 | 110100 |
Color Harmonies of #458CC6
Complementary color
Monochromatic Colors of #458CC6
Black with #458CC6
Text Example
Text Example
White with #458CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CC6; }
p { color: rgb(69,140,198); }
H1.HeaderClassName
{
color: #458CC6;
}
.AnyTagClassName
{
color: #458CC6;
}
</style>
background-color css
<style>
a { background-color: #458CC6; }
a { background-color: rgb(69,140,198); }
div.DivClassName
{
background-color: #458CC6;
}
.BgClassName
{
background-color: #458CC6;
}
</style>
border-color css
<style>
span { border-color: #458CC6; }
span { border-color: rgb(69,140,198); }
td.TdClassName
{
border-color: #458CC6;
}
.TagClassName
{
border-color: #458CC6;
}
</style>