#144AE5

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

Shades of Cerulean Blue #144AE5

Tints of Cerulean Blue #144AE5

Color information

#144AE5 (or 0x144AE5) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4A and E5. RGB value is (20,74,229). Sum of RGB (Red+Green+Blue) = 20+74+229=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 229 (89.84% from 255 or 70.90% from 323); Max value from RGB is 229 - color contains mainly: blue. Hex color #144AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AE5 is #EBB51A. Grayscale: #4A4A4A. Windows color (decimal): -15447323 or 15026708. OLE color: 15026708.

HSL color Cylindrical-coordinate representation of color #144AE5: hue angle of 224.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144AE5 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2074229-
CMYK0.910.6800.10
HSL224.5º83.94%48.82%-
HSV(B)224.5º91.27%89.8%-
XYZ16.8810.775.31-
YUV75.52214.6188.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 229 (89.84% from 255) = 70.90%
R=6.19%
G=22.91%
B=70.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20742290.910.6800.10224.583.9448.82
Hex144AE55B440Ae05431
Octal2411234513310401234012461
Binary101001001010111001011011011100010001010111000001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144AE5; }

 p { color: rgb(20,74,229); }

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

<style>
 a { background-color: #144AE5; }

 a { background-color: rgb(20,74,229); }

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

<style>
 span { border-color: #144AE5; }

 span { border-color: rgb(20,74,229); }

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