Shades of Cerulean Blue #274DC9
Tints of Cerulean Blue #274DC9
RGB
CMYK
RGB Variations
Color information
#274DC9 (or 0x274DC9) is known color: Cerulean Blue. HEX triplet: 27, 4D and C9. RGB value is (39,77,201). Sum of RGB (Red+Green+Blue) = 39+77+201=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #274DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DC9 is #D8B236. Grayscale: #4F4F4F. Windows color (decimal): -14201399 or 13192487. OLE color: 13192487.
HSL color Cylindrical-coordinate representation of color #274DC9: hue angle of 225.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274DC9 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 77 | 201 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.21 |
| HSL | 225.93º | 0.68% | 0.47% | - |
| HSV(B) | 225.93º | 0.81% | 0.79% | - |
| XYZ | 14.03 | 9.96 | 56.44 | - |
| YUV | 79.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 201 | 0.81 | 0.62 | 0 | 0.21 | 225.93 | 0.68 | 0.47 |
| Hex | 27 | 4D | C9 | 51 | 3E | 0 | 15 | E2 | 44 | 2F |
| Octal | 47 | 115 | 311 | 121 | 76 | 0 | 25 | 342 | 104 | 57 |
| Binary | 100111 | 1001101 | 11001001 | 1010001 | 111110 | 0 | 10101 | 11100010 | 1000100 | 101111 |
Color Harmonies of #274DC9
Complementary color
Monochromatic Colors of #274DC9
Black with #274DC9
Text Example
Text Example
White with #274DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DC9; }
p { color: rgb(39,77,201); }
H1.HeaderClassName
{
color: #274DC9;
}
.AnyTagClassName
{
color: #274DC9;
}
</style>
background-color css
<style>
a { background-color: #274DC9; }
a { background-color: rgb(39,77,201); }
div.DivClassName
{
background-color: #274DC9;
}
.BgClassName
{
background-color: #274DC9;
}
</style>
border-color css
<style>
span { border-color: #274DC9; }
span { border-color: rgb(39,77,201); }
td.TdClassName
{
border-color: #274DC9;
}
.TagClassName
{
border-color: #274DC9;
}
</style>