Shades of Cerulean Blue #274EDE
Tints of Cerulean Blue #274EDE
RGB
CMYK
RGB Variations
Color information
#274EDE (or 0x274EDE) is known color: Cerulean Blue. HEX triplet: 27, 4E and DE. RGB value is (39,78,222). Sum of RGB (Red+Green+Blue) = 39+78+222=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #274EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDE is #D8B121. Grayscale: #525252. Windows color (decimal): -14201122 or 14568999. OLE color: 14568999.
HSL color Cylindrical-coordinate representation of color #274EDE: hue angle of 227.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274EDE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 78 | 222 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.13 |
| HSL | 227.21º | 0.73% | 0.51% | - |
| HSV(B) | 227.21º | 0.82% | 0.87% | - |
| XYZ | 16.75 | 11.15 | 70.38 | - |
| YUV | 82.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 222 | 0.82 | 0.65 | 0 | 0.13 | 227.21 | 0.73 | 0.51 |
| Hex | 27 | 4E | DE | 52 | 41 | 0 | D | E3 | 49 | 33 |
| Octal | 47 | 116 | 336 | 122 | 101 | 0 | 15 | 343 | 111 | 63 |
| Binary | 100111 | 1001110 | 11011110 | 1010010 | 1000001 | 0 | 1101 | 11100011 | 1001001 | 110011 |
Color Harmonies of #274EDE
Complementary color
Monochromatic Colors of #274EDE
Black with #274EDE
Text Example
Text Example
White with #274EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EDE; }
p { color: rgb(39,78,222); }
H1.HeaderClassName
{
color: #274EDE;
}
.AnyTagClassName
{
color: #274EDE;
}
</style>
background-color css
<style>
a { background-color: #274EDE; }
a { background-color: rgb(39,78,222); }
div.DivClassName
{
background-color: #274EDE;
}
.BgClassName
{
background-color: #274EDE;
}
</style>
border-color css
<style>
span { border-color: #274EDE; }
span { border-color: rgb(39,78,222); }
td.TdClassName
{
border-color: #274EDE;
}
.TagClassName
{
border-color: #274EDE;
}
</style>