Shades of Curious Blue #2F8ADC
Tints of Curious Blue #2F8ADC
RGB
CMYK
RGB Variations
Color information
#2F8ADC (or 0x2F8ADC) is known color: Curious Blue. HEX triplet: 2F, 8A and DC. RGB value is (47,138,220). Sum of RGB (Red+Green+Blue) = 47+138+220=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ADC is #D07523. Grayscale: #777777. Windows color (decimal): -13661476 or 14453295. OLE color: 14453295.
HSL color Cylindrical-coordinate representation of color #2F8ADC: hue angle of 208.44º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8ADC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 138 | 220 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.14 |
| HSL | 208.44º | 0.71% | 0.52% | - |
| HSV(B) | 208.44º | 0.79% | 0.86% | - |
| XYZ | 23.18 | 23.95 | 71.11 | - |
| YUV | 120.14 | 184.35 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 220 | 0.79 | 0.37 | 0 | 0.14 | 208.44 | 0.71 | 0.52 |
| Hex | 2F | 8A | DC | 4F | 25 | 0 | E | D0 | 47 | 34 |
| Octal | 57 | 212 | 334 | 117 | 45 | 0 | 16 | 320 | 107 | 64 |
| Binary | 101111 | 10001010 | 11011100 | 1001111 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110100 |
Color Harmonies of #2F8ADC
Complementary color
Monochromatic Colors of #2F8ADC
Black with #2F8ADC
Text Example
Text Example
White with #2F8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8ADC; }
p { color: rgb(47,138,220); }
H1.HeaderClassName
{
color: #2F8ADC;
}
.AnyTagClassName
{
color: #2F8ADC;
}
</style>
background-color css
<style>
a { background-color: #2F8ADC; }
a { background-color: rgb(47,138,220); }
div.DivClassName
{
background-color: #2F8ADC;
}
.BgClassName
{
background-color: #2F8ADC;
}
</style>
border-color css
<style>
span { border-color: #2F8ADC; }
span { border-color: rgb(47,138,220); }
td.TdClassName
{
border-color: #2F8ADC;
}
.TagClassName
{
border-color: #2F8ADC;
}
</style>