#144DD0

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

Shades of Cerulean Blue #144DD0

Tints of Cerulean Blue #144DD0

Color information

#144DD0 (or 0x144DD0) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4D and D0. RGB value is (20,77,208). Sum of RGB (Red+Green+Blue) = 20+77+208=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #144DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DD0 is #EBB22F. Grayscale: #4A4A4A. Windows color (decimal): -15446576 or 13651220. OLE color: 13651220.

HSL color Cylindrical-coordinate representation of color #144DD0: hue angle of 221.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144DD0 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2077208-
CMYK0.900.6300.18
HSL221.81º82.46%44.71%-
HSV(B)221.81º90.38%81.57%-
XYZ14.3310.0160.85-
YUV74.89203.1288.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 208 (81.64% from 255) = 68.20%
R=6.56%
G=25.25%
B=68.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20772080.900.6300.18221.8182.4644.71
Hex144DD05A3F012de522d
Octal241153201327702233612255
Binary101001001101110100001011010111111010010110111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,208); }

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

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

 a { background-color: rgb(20,77,208); }

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

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

 span { border-color: rgb(20,77,208); }

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