Shades of Curious Blue #458BBB
Tints of Curious Blue #458BBB
RGB
CMYK
RGB Variations
Color information
#458BBB (or 0x458BBB) is known color: Curious Blue. HEX triplet: 45, 8B and BB. RGB value is (69,139,187). Sum of RGB (Red+Green+Blue) = 69+139+187=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #458BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BBB is #BA7444. Grayscale: #7B7B7B. Windows color (decimal): -12219461 or 12290885. OLE color: 12290885.
HSL color Cylindrical-coordinate representation of color #458BBB: hue angle of 204.41º 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 #458BBB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 139 | 187 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.27 |
| HSL | 204.41º | 0.46% | 0.5% | - |
| HSV(B) | 204.41º | 0.63% | 0.73% | - |
| XYZ | 20.66 | 23.32 | 50.43 | - |
| YUV | 123.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 187 | 0.63 | 0.26 | 0 | 0.27 | 204.41 | 0.46 | 0.5 |
| Hex | 45 | 8B | BB | 3F | 1A | 0 | 1B | CC | 2E | 32 |
| Octal | 105 | 213 | 273 | 77 | 32 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000101 | 10001011 | 10111011 | 111111 | 11010 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #458BBB
Complementary color
Monochromatic Colors of #458BBB
Black with #458BBB
Text Example
Text Example
White with #458BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BBB; }
p { color: rgb(69,139,187); }
H1.HeaderClassName
{
color: #458BBB;
}
.AnyTagClassName
{
color: #458BBB;
}
</style>
background-color css
<style>
a { background-color: #458BBB; }
a { background-color: rgb(69,139,187); }
div.DivClassName
{
background-color: #458BBB;
}
.BgClassName
{
background-color: #458BBB;
}
</style>
border-color css
<style>
span { border-color: #458BBB; }
span { border-color: rgb(69,139,187); }
td.TdClassName
{
border-color: #458BBB;
}
.TagClassName
{
border-color: #458BBB;
}
</style>