#144CE2

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

Shades of Cerulean Blue #144CE2

Tints of Cerulean Blue #144CE2

Color information

#144CE2 (or 0x144CE2) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4C and E2. RGB value is (20,76,226). Sum of RGB (Red+Green+Blue) = 20+76+226=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 226 (88.67% from 255 or 70.19% from 322); Max value from RGB is 226 - color contains mainly: blue. Hex color #144CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CE2 is #EBB31D. Grayscale: #4B4B4B. Windows color (decimal): -15446814 or 14830612. OLE color: 14830612.

HSL color Cylindrical-coordinate representation of color #144CE2: hue angle of 223.69º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CE2 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2076226-
CMYK0.910.6600.11
HSL223.69º83.74%48.24%-
HSV(B)223.69º91.15%88.63%-
XYZ16.610.8173.16-
YUV76.36212.4587.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 226 (88.67% from 255) = 70.19%
R=6.21%
G=23.60%
B=70.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20762260.910.6600.11223.6983.7448.24
Hex144CE25B420Be05430
Octal2411434213310201334012460
Binary101001001100111000101011011100001001011111000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,226); }

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

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

 a { background-color: rgb(20,76,226); }

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

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

 span { border-color: rgb(20,76,226); }

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