Shades of Cerulean Blue #274DBF
Tints of Cerulean Blue #274DBF
RGB
CMYK
RGB Variations
Color information
#274DBF (or 0x274DBF) is known color: Cerulean Blue. HEX triplet: 27, 4D and BF. RGB value is (39,77,191). Sum of RGB (Red+Green+Blue) = 39+77+191=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #274DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBF is #D8B240. Grayscale: #4E4E4E. Windows color (decimal): -14201409 or 12537127. OLE color: 12537127.
HSL color Cylindrical-coordinate representation of color #274DBF: hue angle of 225º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274DBF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 77 | 191 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.25 |
| HSL | 225º | 0.66% | 0.45% | - |
| HSV(B) | 225º | 0.8% | 0.75% | - |
| XYZ | 12.89 | 9.5 | 50.44 | - |
| YUV | 78.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 191 | 0.80 | 0.60 | 0 | 0.25 | 225 | 0.66 | 0.45 |
| Hex | 27 | 4D | BF | 50 | 3C | 0 | 19 | E1 | 42 | 2D |
| Octal | 47 | 115 | 277 | 120 | 74 | 0 | 31 | 341 | 102 | 55 |
| Binary | 100111 | 1001101 | 10111111 | 1010000 | 111100 | 0 | 11001 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274DBF
Complementary color
Monochromatic Colors of #274DBF
Black with #274DBF
Text Example
Text Example
White with #274DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DBF; }
p { color: rgb(39,77,191); }
H1.HeaderClassName
{
color: #274DBF;
}
.AnyTagClassName
{
color: #274DBF;
}
</style>
background-color css
<style>
a { background-color: #274DBF; }
a { background-color: rgb(39,77,191); }
div.DivClassName
{
background-color: #274DBF;
}
.BgClassName
{
background-color: #274DBF;
}
</style>
border-color css
<style>
span { border-color: #274DBF; }
span { border-color: rgb(39,77,191); }
td.TdClassName
{
border-color: #274DBF;
}
.TagClassName
{
border-color: #274DBF;
}
</style>