Shades of Curious Blue #2F8ABC
Tints of Curious Blue #2F8ABC
RGB
CMYK
RGB Variations
Color information
#2F8ABC (or 0x2F8ABC) is known color: Curious Blue. HEX triplet: 2F, 8A and BC. RGB value is (47,138,188). Sum of RGB (Red+Green+Blue) = 47+138+188=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ABC is #D07543. Grayscale: #747474. Windows color (decimal): -13661508 or 12356143. OLE color: 12356143.
HSL color Cylindrical-coordinate representation of color #2F8ABC: hue angle of 201.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8ABC is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 138 | 188 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.26 |
| HSL | 201.28º | 0.6% | 0.46% | - |
| HSV(B) | 201.28º | 0.75% | 0.74% | - |
| XYZ | 19.34 | 22.41 | 50.88 | - |
| YUV | 116.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 188 | 0.75 | 0.27 | 0 | 0.26 | 201.28 | 0.6 | 0.46 |
| Hex | 2F | 8A | BC | 4B | 1B | 0 | 1A | C9 | 3C | 2E |
| Octal | 57 | 212 | 274 | 113 | 33 | 0 | 32 | 311 | 74 | 56 |
| Binary | 101111 | 10001010 | 10111100 | 1001011 | 11011 | 0 | 11010 | 11001001 | 111100 | 101110 |
Color Harmonies of #2F8ABC
Complementary color
Monochromatic Colors of #2F8ABC
Black with #2F8ABC
Text Example
Text Example
White with #2F8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8ABC; }
p { color: rgb(47,138,188); }
H1.HeaderClassName
{
color: #2F8ABC;
}
.AnyTagClassName
{
color: #2F8ABC;
}
</style>
background-color css
<style>
a { background-color: #2F8ABC; }
a { background-color: rgb(47,138,188); }
div.DivClassName
{
background-color: #2F8ABC;
}
.BgClassName
{
background-color: #2F8ABC;
}
</style>
border-color css
<style>
span { border-color: #2F8ABC; }
span { border-color: rgb(47,138,188); }
td.TdClassName
{
border-color: #2F8ABC;
}
.TagClassName
{
border-color: #2F8ABC;
}
</style>