Shades of Curious Blue #458FBB
Tints of Curious Blue #458FBB
RGB
CMYK
RGB Variations
Color information
#458FBB (or 0x458FBB) is known color: Curious Blue. HEX triplet: 45, 8F and BB. RGB value is (69,143,187). Sum of RGB (Red+Green+Blue) = 69+143+187=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #458FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FBB is #BA7044. Grayscale: #7D7D7D. Windows color (decimal): -12218437 or 12291909. OLE color: 12291909.
HSL color Cylindrical-coordinate representation of color #458FBB: hue angle of 202.37º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458FBB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 143 | 187 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.27 |
| HSL | 202.37º | 0.46% | 0.5% | - |
| HSV(B) | 202.37º | 0.63% | 0.73% | - |
| XYZ | 21.25 | 24.5 | 50.62 | - |
| YUV | 125.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 187 | 0.63 | 0.24 | 0 | 0.27 | 202.37 | 0.46 | 0.5 |
| Hex | 45 | 8F | BB | 3F | 18 | 0 | 1B | CA | 2E | 32 |
| Octal | 105 | 217 | 273 | 77 | 30 | 0 | 33 | 312 | 56 | 62 |
| Binary | 1000101 | 10001111 | 10111011 | 111111 | 11000 | 0 | 11011 | 11001010 | 101110 | 110010 |
Color Harmonies of #458FBB
Complementary color
Monochromatic Colors of #458FBB
Black with #458FBB
Text Example
Text Example
White with #458FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FBB; }
p { color: rgb(69,143,187); }
H1.HeaderClassName
{
color: #458FBB;
}
.AnyTagClassName
{
color: #458FBB;
}
</style>
background-color css
<style>
a { background-color: #458FBB; }
a { background-color: rgb(69,143,187); }
div.DivClassName
{
background-color: #458FBB;
}
.BgClassName
{
background-color: #458FBB;
}
</style>
border-color css
<style>
span { border-color: #458FBB; }
span { border-color: rgb(69,143,187); }
td.TdClassName
{
border-color: #458FBB;
}
.TagClassName
{
border-color: #458FBB;
}
</style>