Html Css Color HEX #144BE2 Cerulean Blue

📋 copy color: '#144BE2'

red 20 ◦ green 75 ◦ blue 226

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

Shades of Cerulean Blue #144BE2

Tints of Cerulean Blue #144BE2

RGB

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

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

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

R = 6.23%
G = 23.36%
B = 70.4%

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

#144BE2 (or 0x144BE2) is known color: Cerulean Blue. HEX triplet: 14, 4B and E2. RGB value is (20,75,226). Sum of RGB (Red+Green+Blue) = 20+75+226=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 226 (88.67% from 255 or 70.40% from 321); Max value from RGB is 226 - color contains mainly: blue. Hex color #144BE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BE2 is #EBB41D. Grayscale: #4B4B4B. Windows color (decimal): -15447070 or 14830356. OLE color: 14830356.

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

Color convert

RGB 20 75 226 -
CMYK 0.91 0.67 0 0.11
HSL 223.98º 0.84% 0.48% -
HSV(B) 223.98º 0.91% 0.89% -
XYZ 16.53 10.67 73.14 -
YUV 75.77 212.78 88.22 -
System Red Green Blue C M Y K H S L
Decimal 20 75 226 0.91 0.67 0 0.11 223.98 0.84 0.48
Hex 14 4B E2 5B 43 0 B E0 54 30
Octal 24 113 342 133 103 0 13 340 124 60
Binary 10100 1001011 11100010 1011011 1000011 0 1011 11100000 1010100 110000

Color Harmonies of #144BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BE2

Black with #144BE2

Text Example


Text Example

White with #144BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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