Shades of Curious Blue #458ACB
Tints of Curious Blue #458ACB
RGB
CMYK
RGB Variations
Color information
#458ACB (or 0x458ACB) is known color: Curious Blue. HEX triplet: 45, 8A and CB. RGB value is (69,138,203). Sum of RGB (Red+Green+Blue) = 69+138+203=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #458ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ACB is #BA7534. Grayscale: #7C7C7C. Windows color (decimal): -12219701 or 13339205. OLE color: 13339205.
HSL color Cylindrical-coordinate representation of color #458ACB: hue angle of 209.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #458ACB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 138 | 203 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.20 |
| HSL | 209.1º | 0.56% | 0.53% | - |
| HSV(B) | 209.1º | 0.66% | 0.8% | - |
| XYZ | 22.32 | 23.75 | 59.91 | - |
| YUV | 124.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 203 | 0.66 | 0.32 | 0 | 0.20 | 209.1 | 0.56 | 0.53 |
| Hex | 45 | 8A | CB | 42 | 20 | 0 | 14 | D1 | 38 | 35 |
| Octal | 105 | 212 | 313 | 102 | 40 | 0 | 24 | 321 | 70 | 65 |
| Binary | 1000101 | 10001010 | 11001011 | 1000010 | 100000 | 0 | 10100 | 11010001 | 111000 | 110101 |
Color Harmonies of #458ACB
Complementary color
Monochromatic Colors of #458ACB
Black with #458ACB
Text Example
Text Example
White with #458ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ACB; }
p { color: rgb(69,138,203); }
H1.HeaderClassName
{
color: #458ACB;
}
.AnyTagClassName
{
color: #458ACB;
}
</style>
background-color css
<style>
a { background-color: #458ACB; }
a { background-color: rgb(69,138,203); }
div.DivClassName
{
background-color: #458ACB;
}
.BgClassName
{
background-color: #458ACB;
}
</style>
border-color css
<style>
span { border-color: #458ACB; }
span { border-color: rgb(69,138,203); }
td.TdClassName
{
border-color: #458ACB;
}
.TagClassName
{
border-color: #458ACB;
}
</style>