Shades of Cerulean Blue #274EDA
Tints of Cerulean Blue #274EDA
RGB
CMYK
RGB Variations
Color information
#274EDA (or 0x274EDA) is known color: Cerulean Blue. HEX triplet: 27, 4E and DA. RGB value is (39,78,218). Sum of RGB (Red+Green+Blue) = 39+78+218=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #274EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDA is #D8B125. Grayscale: #515151. Windows color (decimal): -14201126 or 14306855. OLE color: 14306855.
HSL color Cylindrical-coordinate representation of color #274EDA: hue angle of 226.93º degrees, saturation: 0.71, 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 #274EDA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 78 | 218 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.15 |
| HSL | 226.93º | 0.71% | 0.5% | - |
| HSV(B) | 226.93º | 0.82% | 0.85% | - |
| XYZ | 16.22 | 10.94 | 67.59 | - |
| YUV | 82.3 | 204.58 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 218 | 0.82 | 0.64 | 0 | 0.15 | 226.93 | 0.71 | 0.5 |
| Hex | 27 | 4E | DA | 52 | 40 | 0 | F | E3 | 47 | 32 |
| Octal | 47 | 116 | 332 | 122 | 100 | 0 | 17 | 343 | 107 | 62 |
| Binary | 100111 | 1001110 | 11011010 | 1010010 | 1000000 | 0 | 1111 | 11100011 | 1000111 | 110010 |
Color Harmonies of #274EDA
Complementary color
Monochromatic Colors of #274EDA
Black with #274EDA
Text Example
Text Example
White with #274EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EDA; }
p { color: rgb(39,78,218); }
H1.HeaderClassName
{
color: #274EDA;
}
.AnyTagClassName
{
color: #274EDA;
}
</style>
background-color css
<style>
a { background-color: #274EDA; }
a { background-color: rgb(39,78,218); }
div.DivClassName
{
background-color: #274EDA;
}
.BgClassName
{
background-color: #274EDA;
}
</style>
border-color css
<style>
span { border-color: #274EDA; }
span { border-color: rgb(39,78,218); }
td.TdClassName
{
border-color: #274EDA;
}
.TagClassName
{
border-color: #274EDA;
}
</style>