#1e4ebc

Color #1E4EBC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1E4EBC

Tints of Cerulean Blue #1E4EBC

Color information

#1E4EBC (or 0x1E4EBC) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4E and BC. RGB value is (30,78,188). Sum of RGB (Red+Green+Blue) = 30+78+188=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4EBC is #E1B143. Grayscale: #4B4B4B. Windows color (decimal): -14790980 or 12340766. OLE color: 12340766.

HSL color Cylindrical-coordinate representation of color #1E4EBC: hue angle of 221.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4EBC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3078188-
CMYK0.840.5900.26
HSL221.77º72.48%42.75%-
HSV(B)221.77º84.04%73.73%-
XYZ12.349.3648.73-
YUV76.19191.195.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 188 (73.83% from 255) = 63.51%
R=10.14%
G=26.35%
B=63.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30781880.840.5900.26221.7772.4842.75
Hex1E4EBC543B01Ade482b
Octal361162741247303233611053
Binary111101001110101111001010100111011011010110111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e4ebc; }

 p { color: rgb(30,78,188); }

 H1.HeaderClassName
 {
   color: #1e4ebc;
 }
 .AnyTagClassName
 {
   color: #1e4ebc;
 }
</style>
background-color css

<style>
 a { background-color: #1e4ebc; }

 a { background-color: rgb(30,78,188); }

 div.DivClassName
 {
   background-color: #1e4ebc;
 }
 .BgClassName
 {
   background-color: #1e4ebc;
 }
</style>
border-color css

<style>
 span { border-color: #1e4ebc; }

 span { border-color: rgb(30,78,188); }

 td.TdClassName
 {
   border-color: #1e4ebc;
 }
 .TagClassName
 {
   border-color: #1e4ebc;
 }
</style>