Html Css Color HEX #144BE0 Cerulean Blue

📋 copy color: '#144BE0'

red 20 ◦ green 75 ◦ blue 224

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

Shades of Cerulean Blue #144BE0

Tints of Cerulean Blue #144BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

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

R = 6.27%
G = 23.51%
B = 70.22%

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

#144BE0 (or 0x144BE0) is known color: Cerulean Blue. HEX triplet: 14, 4B and E0. RGB value is (20,75,224). Sum of RGB (Red+Green+Blue) = 20+75+224=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #144BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BE0 is #EBB41F. Grayscale: #4A4A4A. Windows color (decimal): -15447072 or 14699284. OLE color: 14699284.

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

Color convert

RGB 20 75 224 -
CMYK 0.91 0.67 0 0.12
HSL 223.82º 0.84% 0.48% -
HSV(B) 223.82º 0.91% 0.88% -
XYZ 16.26 10.56 71.7 -
YUV 75.54 211.78 88.38 -
System Red Green Blue C M Y K H S L
Decimal 20 75 224 0.91 0.67 0 0.12 223.82 0.84 0.48
Hex 14 4B E0 5B 43 0 C E0 54 30
Octal 24 113 340 133 103 0 14 340 124 60
Binary 10100 1001011 11100000 1011011 1000011 0 1100 11100000 1010100 110000

Color Harmonies of #144BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BE0

Black with #144BE0

Text Example


Text Example

White with #144BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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