Shades of Cerulean Blue #1E4BCA
Tints of Cerulean Blue #1E4BCA
RGB
CMYK
RGB Variations
Color information
#1E4BCA (or 0x1E4BCA) is known color: Cerulean Blue. HEX triplet: 1E, 4B and CA. RGB value is (30,75,202). Sum of RGB (Red+Green+Blue) = 30+75+202=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E4BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BCA is #E1B435. Grayscale: #4B4B4B. Windows color (decimal): -14791734 or 13257502. OLE color: 13257502.
HSL color Cylindrical-coordinate representation of color #1E4BCA: hue angle of 224.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4BCA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 75 | 202 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.21 |
| HSL | 224.3º | 0.74% | 0.45% | - |
| HSV(B) | 224.3º | 0.85% | 0.79% | - |
| XYZ | 13.71 | 9.57 | 57 | - |
| YUV | 76.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 202 | 0.85 | 0.63 | 0 | 0.21 | 224.3 | 0.74 | 0.45 |
| Hex | 1E | 4B | CA | 55 | 3F | 0 | 15 | E0 | 4A | 2D |
| Octal | 36 | 113 | 312 | 125 | 77 | 0 | 25 | 340 | 112 | 55 |
| Binary | 11110 | 1001011 | 11001010 | 1010101 | 111111 | 0 | 10101 | 11100000 | 1001010 | 101101 |
Color Harmonies of #1E4BCA
Complementary color
Monochromatic Colors of #1E4BCA
Black with #1E4BCA
Text Example
Text Example
White with #1E4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4BCA; }
p { color: rgb(30,75,202); }
H1.HeaderClassName
{
color: #1E4BCA;
}
.AnyTagClassName
{
color: #1E4BCA;
}
</style>
background-color css
<style>
a { background-color: #1E4BCA; }
a { background-color: rgb(30,75,202); }
div.DivClassName
{
background-color: #1E4BCA;
}
.BgClassName
{
background-color: #1E4BCA;
}
</style>
border-color css
<style>
span { border-color: #1E4BCA; }
span { border-color: rgb(30,75,202); }
td.TdClassName
{
border-color: #1E4BCA;
}
.TagClassName
{
border-color: #1E4BCA;
}
</style>