Shades of Cerulean Blue #274DD5
Tints of Cerulean Blue #274DD5
RGB
CMYK
RGB Variations
Color information
#274DD5 (or 0x274DD5) is known color: Cerulean Blue. HEX triplet: 27, 4D and D5. RGB value is (39,77,213). Sum of RGB (Red+Green+Blue) = 39+77+213=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #274DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DD5 is #D8B22A. Grayscale: #505050. Windows color (decimal): -14201387 or 13978919. OLE color: 13978919.
HSL color Cylindrical-coordinate representation of color #274DD5: hue angle of 226.9º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274DD5 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 77 | 213 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.16 |
| HSL | 226.9º | 0.69% | 0.49% | - |
| HSV(B) | 226.9º | 0.82% | 0.84% | - |
| XYZ | 15.5 | 10.54 | 64.17 | - |
| YUV | 81.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 213 | 0.82 | 0.64 | 0 | 0.16 | 226.9 | 0.69 | 0.49 |
| Hex | 27 | 4D | D5 | 52 | 40 | 0 | 10 | E3 | 45 | 31 |
| Octal | 47 | 115 | 325 | 122 | 100 | 0 | 20 | 343 | 105 | 61 |
| Binary | 100111 | 1001101 | 11010101 | 1010010 | 1000000 | 0 | 10000 | 11100011 | 1000101 | 110001 |
Color Harmonies of #274DD5
Complementary color
Monochromatic Colors of #274DD5
Black with #274DD5
Text Example
Text Example
White with #274DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DD5; }
p { color: rgb(39,77,213); }
H1.HeaderClassName
{
color: #274DD5;
}
.AnyTagClassName
{
color: #274DD5;
}
</style>
background-color css
<style>
a { background-color: #274DD5; }
a { background-color: rgb(39,77,213); }
div.DivClassName
{
background-color: #274DD5;
}
.BgClassName
{
background-color: #274DD5;
}
</style>
border-color css
<style>
span { border-color: #274DD5; }
span { border-color: rgb(39,77,213); }
td.TdClassName
{
border-color: #274DD5;
}
.TagClassName
{
border-color: #274DD5;
}
</style>