Shades of Curious Blue #277AD2
Tints of Curious Blue #277AD2
RGB
CMYK
RGB Variations
Color information
#277AD2 (or 0x277AD2) is known color: Curious Blue. HEX triplet: 27, 7A and D2. RGB value is (39,122,210). Sum of RGB (Red+Green+Blue) = 39+122+210=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #277AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AD2 is #D8852D. Grayscale: #6A6A6A. Windows color (decimal): -14189870 or 13793831. OLE color: 13793831.
HSL color Cylindrical-coordinate representation of color #277AD2: hue angle of 210.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277AD2 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 122 | 210 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.18 |
| HSL | 210.88º | 0.69% | 0.49% | - |
| HSV(B) | 210.88º | 0.81% | 0.82% | - |
| XYZ | 19.43 | 19 | 63.62 | - |
| YUV | 107.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 210 | 0.81 | 0.42 | 0 | 0.18 | 210.88 | 0.69 | 0.49 |
| Hex | 27 | 7A | D2 | 51 | 2A | 0 | 12 | D3 | 45 | 31 |
| Octal | 47 | 172 | 322 | 121 | 52 | 0 | 22 | 323 | 105 | 61 |
| Binary | 100111 | 1111010 | 11010010 | 1010001 | 101010 | 0 | 10010 | 11010011 | 1000101 | 110001 |
Color Harmonies of #277AD2
Complementary color
Monochromatic Colors of #277AD2
Black with #277AD2
Text Example
Text Example
White with #277AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AD2; }
p { color: rgb(39,122,210); }
H1.HeaderClassName
{
color: #277AD2;
}
.AnyTagClassName
{
color: #277AD2;
}
</style>
background-color css
<style>
a { background-color: #277AD2; }
a { background-color: rgb(39,122,210); }
div.DivClassName
{
background-color: #277AD2;
}
.BgClassName
{
background-color: #277AD2;
}
</style>
border-color css
<style>
span { border-color: #277AD2; }
span { border-color: rgb(39,122,210); }
td.TdClassName
{
border-color: #277AD2;
}
.TagClassName
{
border-color: #277AD2;
}
</style>