Shades of Cerulean Blue #274EDF
Tints of Cerulean Blue #274EDF
RGB
CMYK
RGB Variations
Color information
#274EDF (or 0x274EDF) is known color: Cerulean Blue. HEX triplet: 27, 4E and DF. RGB value is (39,78,223). Sum of RGB (Red+Green+Blue) = 39+78+223=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #274EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDF is #D8B120. Grayscale: #525252. Windows color (decimal): -14201121 or 14634535. OLE color: 14634535.
HSL color Cylindrical-coordinate representation of color #274EDF: hue angle of 227.28º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274EDF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 78 | 223 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.13 |
| HSL | 227.28º | 0.74% | 0.51% | - |
| HSV(B) | 227.28º | 0.83% | 0.87% | - |
| XYZ | 16.88 | 11.21 | 71.09 | - |
| YUV | 82.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 223 | 0.83 | 0.65 | 0 | 0.13 | 227.28 | 0.74 | 0.51 |
| Hex | 27 | 4E | DF | 53 | 41 | 0 | D | E3 | 4A | 33 |
| Octal | 47 | 116 | 337 | 123 | 101 | 0 | 15 | 343 | 112 | 63 |
| Binary | 100111 | 1001110 | 11011111 | 1010011 | 1000001 | 0 | 1101 | 11100011 | 1001010 | 110011 |
Color Harmonies of #274EDF
Complementary color
Monochromatic Colors of #274EDF
Black with #274EDF
Text Example
Text Example
White with #274EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EDF; }
p { color: rgb(39,78,223); }
H1.HeaderClassName
{
color: #274EDF;
}
.AnyTagClassName
{
color: #274EDF;
}
</style>
background-color css
<style>
a { background-color: #274EDF; }
a { background-color: rgb(39,78,223); }
div.DivClassName
{
background-color: #274EDF;
}
.BgClassName
{
background-color: #274EDF;
}
</style>
border-color css
<style>
span { border-color: #274EDF; }
span { border-color: rgb(39,78,223); }
td.TdClassName
{
border-color: #274EDF;
}
.TagClassName
{
border-color: #274EDF;
}
</style>