Html Css Color HEX #144BE1 Cerulean Blue

📋 copy color: '#144BE1'

red 20 ◦ green 75 ◦ blue 225

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

Shades of Cerulean Blue #144BE1

Tints of Cerulean Blue #144BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 70.31%

R = 6.25%
G = 23.44%
B = 70.31%

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

#144BE1 (or 0x144BE1) is known color: Cerulean Blue. HEX triplet: 14, 4B and E1. RGB value is (20,75,225). Sum of RGB (Red+Green+Blue) = 20+75+225=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #144BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BE1 is #EBB41E. Grayscale: #4B4B4B. Windows color (decimal): -15447071 or 14764820. OLE color: 14764820.

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

Color convert

RGB 20 75 225 -
CMYK 0.91 0.67 0 0.12
HSL 223.9º 0.84% 0.48% -
HSV(B) 223.9º 0.91% 0.88% -
XYZ 16.4 10.62 72.42 -
YUV 75.66 212.28 88.3 -
System Red Green Blue C M Y K H S L
Decimal 20 75 225 0.91 0.67 0 0.12 223.9 0.84 0.48
Hex 14 4B E1 5B 43 0 C E0 54 30
Octal 24 113 341 133 103 0 14 340 124 60
Binary 10100 1001011 11100001 1011011 1000011 0 1100 11100000 1010100 110000

Color Harmonies of #144BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BE1

Black with #144BE1

Text Example


Text Example

White with #144BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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