#1E47DD

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

Shades of Cerulean Blue #1E47DD

Tints of Cerulean Blue #1E47DD

Color information

#1E47DD (or 0x1E47DD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 47 and DD. RGB value is (30,71,221). Sum of RGB (Red+Green+Blue) = 30+71+221=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E47DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E47DD is #E1B822. Grayscale: #4B4B4B. Windows color (decimal): -14792739 or 14501662. OLE color: 14501662.

HSL color Cylindrical-coordinate representation of color #1E47DD: hue angle of 227.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E47DD is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3071221-
CMYK0.860.6800.13
HSL227.12º76.1%49.22%-
HSV(B)227.12º86.43%86.67%-
XYZ15.841069.5-
YUV75.84209.9295.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.32%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 221 (86.72% from 255) = 68.63%
R=9.32%
G=22.05%
B=68.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30712210.860.6800.13227.1276.149.22
Hex1E47DD56440De34c31
Octal3610733512610401534311461
Binary111101000111110111011010110100010001101111000111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,71,221); }

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

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

 a { background-color: rgb(30,71,221); }

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

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

 span { border-color: rgb(30,71,221); }

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