Shades of Cerulean Blue #274ED8
Tints of Cerulean Blue #274ED8
RGB
CMYK
RGB Variations
Color information
#274ED8 (or 0x274ED8) is known color: Cerulean Blue. HEX triplet: 27, 4E and D8. RGB value is (39,78,216). Sum of RGB (Red+Green+Blue) = 39+78+216=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 216 (84.77% from 255 or 64.86% from 333); Max value from RGB is 216 - color contains mainly: blue. Hex color #274ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274ED8 is #D8B127. Grayscale: #515151. Windows color (decimal): -14201128 or 14175783. OLE color: 14175783.
HSL color Cylindrical-coordinate representation of color #274ED8: hue angle of 226.78º 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 #274ED8 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 78 | 216 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.15 |
| HSL | 226.78º | 0.69% | 0.5% | - |
| HSV(B) | 226.78º | 0.82% | 0.85% | - |
| XYZ | 15.96 | 10.84 | 66.22 | - |
| YUV | 82.07 | 203.58 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 216 | 0.82 | 0.64 | 0 | 0.15 | 226.78 | 0.69 | 0.5 |
| Hex | 27 | 4E | D8 | 52 | 40 | 0 | F | E3 | 45 | 32 |
| Octal | 47 | 116 | 330 | 122 | 100 | 0 | 17 | 343 | 105 | 62 |
| Binary | 100111 | 1001110 | 11011000 | 1010010 | 1000000 | 0 | 1111 | 11100011 | 1000101 | 110010 |
Color Harmonies of #274ED8
Complementary color
Monochromatic Colors of #274ED8
Black with #274ED8
Text Example
Text Example
White with #274ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ED8; }
p { color: rgb(39,78,216); }
H1.HeaderClassName
{
color: #274ED8;
}
.AnyTagClassName
{
color: #274ED8;
}
</style>
background-color css
<style>
a { background-color: #274ED8; }
a { background-color: rgb(39,78,216); }
div.DivClassName
{
background-color: #274ED8;
}
.BgClassName
{
background-color: #274ED8;
}
</style>
border-color css
<style>
span { border-color: #274ED8; }
span { border-color: rgb(39,78,216); }
td.TdClassName
{
border-color: #274ED8;
}
.TagClassName
{
border-color: #274ED8;
}
</style>