Shades of Curious Blue #4098CB
Tints of Curious Blue #4098CB
RGB
CMYK
RGB Variations
Color information
#4098CB (or 0x4098CB) is known color: Curious Blue. HEX triplet: 40, 98 and CB. RGB value is (64,152,203). Sum of RGB (Red+Green+Blue) = 64+152+203=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4098CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098CB is #BF6734. Grayscale: #838383. Windows color (decimal): -12543797 or 13342784. OLE color: 13342784.
HSL color Cylindrical-coordinate representation of color #4098CB: hue angle of 202.01º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4098CB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 152 | 203 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.20 |
| HSL | 202.01º | 0.57% | 0.52% | - |
| HSV(B) | 202.01º | 0.68% | 0.8% | - |
| XYZ | 24.12 | 27.86 | 60.61 | - |
| YUV | 131.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 203 | 0.68 | 0.25 | 0 | 0.20 | 202.01 | 0.57 | 0.52 |
| Hex | 40 | 98 | CB | 44 | 19 | 0 | 14 | CA | 39 | 34 |
| Octal | 100 | 230 | 313 | 104 | 31 | 0 | 24 | 312 | 71 | 64 |
| Binary | 1000000 | 10011000 | 11001011 | 1000100 | 11001 | 0 | 10100 | 11001010 | 111001 | 110100 |
Color Harmonies of #4098CB
Complementary color
Monochromatic Colors of #4098CB
Black with #4098CB
Text Example
Text Example
White with #4098CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4098CB; }
p { color: rgb(64,152,203); }
H1.HeaderClassName
{
color: #4098CB;
}
.AnyTagClassName
{
color: #4098CB;
}
</style>
background-color css
<style>
a { background-color: #4098CB; }
a { background-color: rgb(64,152,203); }
div.DivClassName
{
background-color: #4098CB;
}
.BgClassName
{
background-color: #4098CB;
}
</style>
border-color css
<style>
span { border-color: #4098CB; }
span { border-color: rgb(64,152,203); }
td.TdClassName
{
border-color: #4098CB;
}
.TagClassName
{
border-color: #4098CB;
}
</style>