Html Css Color HEX #144AE0 Cerulean Blue

📋 copy color: '#144AE0'

red 20 ◦ green 74 ◦ blue 224

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

Shades of Cerulean Blue #144AE0

Tints of Cerulean Blue #144AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70.44%

R = 6.29%
G = 23.27%
B = 70.44%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#144AE0 (or 0x144AE0) is known color: Cerulean Blue. HEX triplet: 14, 4A and E0. RGB value is (20,74,224). Sum of RGB (Red+Green+Blue) = 20+74+224=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #144AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AE0 is #EBB51F. Grayscale: #4A4A4A. Windows color (decimal): -15447328 or 14699028. OLE color: 14699028.

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

Color convert

RGB 20 74 224 -
CMYK 0.91 0.67 0 0.12
HSL 224.12º 0.84% 0.48% -
HSV(B) 224.12º 0.91% 0.88% -
XYZ 16.19 10.43 71.68 -
YUV 74.95 212.11 88.8 -
System Red Green Blue C M Y K H S L
Decimal 20 74 224 0.91 0.67 0 0.12 224.12 0.84 0.48
Hex 14 4A E0 5B 43 0 C E0 54 30
Octal 24 112 340 133 103 0 14 340 124 60
Binary 10100 1001010 11100000 1011011 1000011 0 1100 11100000 1010100 110000

Color Harmonies of #144AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AE0

Black with #144AE0

Text Example


Text Example

White with #144AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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