Shades of Cerulean Blue #274DD8
Tints of Cerulean Blue #274DD8
RGB
CMYK
RGB Variations
Color information
#274DD8 (or 0x274DD8) is known color: Cerulean Blue. HEX triplet: 27, 4D and D8. RGB value is (39,77,216). Sum of RGB (Red+Green+Blue) = 39+77+216=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #274DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DD8 is #D8B227. Grayscale: #505050. Windows color (decimal): -14201384 or 14175527. OLE color: 14175527.
HSL color Cylindrical-coordinate representation of color #274DD8: hue angle of 227.12º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274DD8 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 77 | 216 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.15 |
| HSL | 227.12º | 0.69% | 0.5% | - |
| HSV(B) | 227.12º | 0.82% | 0.85% | - |
| XYZ | 15.89 | 10.7 | 66.19 | - |
| YUV | 81.48 | 203.91 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 216 | 0.82 | 0.64 | 0 | 0.15 | 227.12 | 0.69 | 0.5 |
| Hex | 27 | 4D | D8 | 52 | 40 | 0 | F | E3 | 45 | 32 |
| Octal | 47 | 115 | 330 | 122 | 100 | 0 | 17 | 343 | 105 | 62 |
| Binary | 100111 | 1001101 | 11011000 | 1010010 | 1000000 | 0 | 1111 | 11100011 | 1000101 | 110010 |
Color Harmonies of #274DD8
Complementary color
Monochromatic Colors of #274DD8
Black with #274DD8
Text Example
Text Example
White with #274DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DD8; }
p { color: rgb(39,77,216); }
H1.HeaderClassName
{
color: #274DD8;
}
.AnyTagClassName
{
color: #274DD8;
}
</style>
background-color css
<style>
a { background-color: #274DD8; }
a { background-color: rgb(39,77,216); }
div.DivClassName
{
background-color: #274DD8;
}
.BgClassName
{
background-color: #274DD8;
}
</style>
border-color css
<style>
span { border-color: #274DD8; }
span { border-color: rgb(39,77,216); }
td.TdClassName
{
border-color: #274DD8;
}
.TagClassName
{
border-color: #274DD8;
}
</style>