Shades of Cerulean Blue #274AD2
Tints of Cerulean Blue #274AD2
RGB
CMYK
RGB Variations
Color information
#274AD2 (or 0x274AD2) is known color: Cerulean Blue. HEX triplet: 27, 4A and D2. RGB value is (39,74,210). Sum of RGB (Red+Green+Blue) = 39+74+210=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #274AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274AD2 is #D8B52D. Grayscale: #4E4E4E. Windows color (decimal): -14202158 or 13781543. OLE color: 13781543.
HSL color Cylindrical-coordinate representation of color #274AD2: hue angle of 227.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274AD2 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 74 | 210 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.18 |
| HSL | 227.72º | 0.69% | 0.49% | - |
| HSV(B) | 227.72º | 0.81% | 0.82% | - |
| XYZ | 14.92 | 9.98 | 62.11 | - |
| YUV | 79.04 | 201.9 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 210 | 0.81 | 0.65 | 0 | 0.18 | 227.72 | 0.69 | 0.49 |
| Hex | 27 | 4A | D2 | 51 | 41 | 0 | 12 | E4 | 45 | 31 |
| Octal | 47 | 112 | 322 | 121 | 101 | 0 | 22 | 344 | 105 | 61 |
| Binary | 100111 | 1001010 | 11010010 | 1010001 | 1000001 | 0 | 10010 | 11100100 | 1000101 | 110001 |
Color Harmonies of #274AD2
Complementary color
Monochromatic Colors of #274AD2
Black with #274AD2
Text Example
Text Example
White with #274AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AD2; }
p { color: rgb(39,74,210); }
H1.HeaderClassName
{
color: #274AD2;
}
.AnyTagClassName
{
color: #274AD2;
}
</style>
background-color css
<style>
a { background-color: #274AD2; }
a { background-color: rgb(39,74,210); }
div.DivClassName
{
background-color: #274AD2;
}
.BgClassName
{
background-color: #274AD2;
}
</style>
border-color css
<style>
span { border-color: #274AD2; }
span { border-color: rgb(39,74,210); }
td.TdClassName
{
border-color: #274AD2;
}
.TagClassName
{
border-color: #274AD2;
}
</style>