Html Css Color HEX #144AE2 Cerulean Blue

📋 copy color: '#144AE2'

red 20 ◦ green 74 ◦ blue 226

#144AE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #144AE2

Tints of Cerulean Blue #144AE2

RGB

 RED value IS 20 (8.2% from 255) = 6.25%

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 226 (88.67% from 255) = 70.63%

R = 6.25%
G = 23.13%
B = 70.63%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#144AE2 (or 0x144AE2) is known color: Cerulean Blue. HEX triplet: 14, 4A and E2. RGB value is (20,74,226). Sum of RGB (Red+Green+Blue) = 20+74+226=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 226 (88.67% from 255 or 70.62% from 320); Max value from RGB is 226 - color contains mainly: blue. Hex color #144AE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AE2 is #EBB51D. Grayscale: #4A4A4A. Windows color (decimal): -15447326 or 14830100. OLE color: 14830100.

HSL color Cylindrical-coordinate representation of color #144AE2: hue angle of 224.27º 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 #144AE2 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 74 226 -
CMYK 0.91 0.67 0 0.11
HSL 224.27º 0.84% 0.48% -
HSV(B) 224.27º 0.91% 0.89% -
XYZ 16.46 10.54 73.12 -
YUV 75.18 213.11 88.64 -
System Red Green Blue C M Y K H S L
Decimal 20 74 226 0.91 0.67 0 0.11 224.27 0.84 0.48
Hex 14 4A E2 5B 43 0 B E0 54 30
Octal 24 112 342 133 103 0 13 340 124 60
Binary 10100 1001010 11100010 1011011 1000011 0 1011 11100000 1010100 110000

Color Harmonies of #144AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AE2

Black with #144AE2

Text Example


Text Example

White with #144AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #144AE2;
 }
 .AnyTagClassName
 {
   color: #144AE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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