Shades of Curious Blue #2F90CA
Tints of Curious Blue #2F90CA
RGB
CMYK
RGB Variations
Color information
#2F90CA (or 0x2F90CA) is known color: Curious Blue. HEX triplet: 2F, 90 and CA. RGB value is (47,144,202). Sum of RGB (Red+Green+Blue) = 47+144+202=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F90CA is #D06F35. Grayscale: #797979. Windows color (decimal): -13659958 or 13275183. OLE color: 13275183.
HSL color Cylindrical-coordinate representation of color #2F90CA: hue angle of 202.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F90CA is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 144 | 202 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.21 |
| HSL | 202.45º | 0.62% | 0.49% | - |
| HSV(B) | 202.45º | 0.77% | 0.79% | - |
| XYZ | 21.81 | 24.82 | 59.52 | - |
| YUV | 121.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 202 | 0.77 | 0.29 | 0 | 0.21 | 202.45 | 0.62 | 0.49 |
| Hex | 2F | 90 | CA | 4D | 1D | 0 | 15 | CA | 3E | 31 |
| Octal | 57 | 220 | 312 | 115 | 35 | 0 | 25 | 312 | 76 | 61 |
| Binary | 101111 | 10010000 | 11001010 | 1001101 | 11101 | 0 | 10101 | 11001010 | 111110 | 110001 |
Color Harmonies of #2F90CA
Complementary color
Monochromatic Colors of #2F90CA
Black with #2F90CA
Text Example
Text Example
White with #2F90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F90CA; }
p { color: rgb(47,144,202); }
H1.HeaderClassName
{
color: #2F90CA;
}
.AnyTagClassName
{
color: #2F90CA;
}
</style>
background-color css
<style>
a { background-color: #2F90CA; }
a { background-color: rgb(47,144,202); }
div.DivClassName
{
background-color: #2F90CA;
}
.BgClassName
{
background-color: #2F90CA;
}
</style>
border-color css
<style>
span { border-color: #2F90CA; }
span { border-color: rgb(47,144,202); }
td.TdClassName
{
border-color: #2F90CA;
}
.TagClassName
{
border-color: #2F90CA;
}
</style>