Shades of Curious Blue #458FCB
Tints of Curious Blue #458FCB
RGB
CMYK
RGB Variations
Color information
#458FCB (or 0x458FCB) is known color: Curious Blue. HEX triplet: 45, 8F and CB. RGB value is (69,143,203). Sum of RGB (Red+Green+Blue) = 69+143+203=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #458FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FCB is #BA7034. Grayscale: #7F7F7F. Windows color (decimal): -12218421 or 13340485. OLE color: 13340485.
HSL color Cylindrical-coordinate representation of color #458FCB: hue angle of 206.87º 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 #458FCB is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 143 | 203 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.20 |
| HSL | 206.87º | 0.56% | 0.53% | - |
| HSV(B) | 206.87º | 0.66% | 0.8% | - |
| XYZ | 23.06 | 25.22 | 60.15 | - |
| YUV | 127.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 203 | 0.66 | 0.30 | 0 | 0.20 | 206.87 | 0.56 | 0.53 |
| Hex | 45 | 8F | CB | 42 | 1E | 0 | 14 | CF | 38 | 35 |
| Octal | 105 | 217 | 313 | 102 | 36 | 0 | 24 | 317 | 70 | 65 |
| Binary | 1000101 | 10001111 | 11001011 | 1000010 | 11110 | 0 | 10100 | 11001111 | 111000 | 110101 |
Color Harmonies of #458FCB
Complementary color
Monochromatic Colors of #458FCB
Black with #458FCB
Text Example
Text Example
White with #458FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FCB; }
p { color: rgb(69,143,203); }
H1.HeaderClassName
{
color: #458FCB;
}
.AnyTagClassName
{
color: #458FCB;
}
</style>
background-color css
<style>
a { background-color: #458FCB; }
a { background-color: rgb(69,143,203); }
div.DivClassName
{
background-color: #458FCB;
}
.BgClassName
{
background-color: #458FCB;
}
</style>
border-color css
<style>
span { border-color: #458FCB; }
span { border-color: rgb(69,143,203); }
td.TdClassName
{
border-color: #458FCB;
}
.TagClassName
{
border-color: #458FCB;
}
</style>