Html Css Color HEX #144EE1 Cerulean Blue

📋 copy color: '#144EE1'

red 20 ◦ green 78 ◦ blue 225

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

Shades of Cerulean Blue #144EE1

Tints of Cerulean Blue #144EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

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

R = 6.19%
G = 24.15%
B = 69.66%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#144EE1 (or 0x144EE1) is known color: Cerulean Blue. HEX triplet: 14, 4E and E1. RGB value is (20,78,225). Sum of RGB (Red+Green+Blue) = 20+78+225=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #144EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EE1 is #EBB11E. Grayscale: #4C4C4C. Windows color (decimal): -15446303 or 14765588. OLE color: 14765588.

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

Color convert

RGB 20 78 225 -
CMYK 0.91 0.65 0 0.12
HSL 223.02º 0.84% 0.48% -
HSV(B) 223.02º 0.91% 0.88% -
XYZ 16.6 11.03 72.49 -
YUV 77.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 20 78 225 0.91 0.65 0 0.12 223.02 0.84 0.48
Hex 14 4E E1 5B 41 0 C DF 54 30
Octal 24 116 341 133 101 0 14 337 124 60
Binary 10100 1001110 11100001 1011011 1000001 0 1100 11011111 1010100 110000

Color Harmonies of #144EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EE1

Black with #144EE1

Text Example


Text Example

White with #144EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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