Shades of Cerulean Blue #274DBD
Tints of Cerulean Blue #274DBD
RGB
CMYK
RGB Variations
Color information
#274DBD (or 0x274DBD) is known color: Cerulean Blue. HEX triplet: 27, 4D and BD. RGB value is (39,77,189). Sum of RGB (Red+Green+Blue) = 39+77+189=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #274DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBD is #D8B242. Grayscale: #4D4D4D. Windows color (decimal): -14201411 or 12406055. OLE color: 12406055.
HSL color Cylindrical-coordinate representation of color #274DBD: hue angle of 224.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274DBD is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 77 | 189 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.26 |
| HSL | 224.8º | 0.66% | 0.45% | - |
| HSV(B) | 224.8º | 0.79% | 0.74% | - |
| XYZ | 12.68 | 9.41 | 49.29 | - |
| YUV | 78.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 189 | 0.79 | 0.59 | 0 | 0.26 | 224.8 | 0.66 | 0.45 |
| Hex | 27 | 4D | BD | 4F | 3B | 0 | 1A | E1 | 42 | 2D |
| Octal | 47 | 115 | 275 | 117 | 73 | 0 | 32 | 341 | 102 | 55 |
| Binary | 100111 | 1001101 | 10111101 | 1001111 | 111011 | 0 | 11010 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274DBD
Complementary color
Monochromatic Colors of #274DBD
Black with #274DBD
Text Example
Text Example
White with #274DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DBD; }
p { color: rgb(39,77,189); }
H1.HeaderClassName
{
color: #274DBD;
}
.AnyTagClassName
{
color: #274DBD;
}
</style>
background-color css
<style>
a { background-color: #274DBD; }
a { background-color: rgb(39,77,189); }
div.DivClassName
{
background-color: #274DBD;
}
.BgClassName
{
background-color: #274DBD;
}
</style>
border-color css
<style>
span { border-color: #274DBD; }
span { border-color: rgb(39,77,189); }
td.TdClassName
{
border-color: #274DBD;
}
.TagClassName
{
border-color: #274DBD;
}
</style>