Html Css Color HEX #144DDB Cerulean Blue

📋 copy color: '#144DDB'

red 20 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #144DDB

Tints of Cerulean Blue #144DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 6.33%
G = 24.37%
B = 69.3%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#144DDB (or 0x144DDB) is known color: Cerulean Blue. HEX triplet: 14, 4D and DB. RGB value is (20,77,219). Sum of RGB (Red+Green+Blue) = 20+77+219=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #144DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DDB is #EBB224. Grayscale: #4B4B4B. Windows color (decimal): -15446565 or 14372116. OLE color: 14372116.

HSL color Cylindrical-coordinate representation of color #144DDB: hue angle of 222.81º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144DDB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 77 219 -
CMYK 0.91 0.65 0 0.14
HSL 222.81º 0.83% 0.47% -
HSV(B) 222.81º 0.91% 0.86% -
XYZ 15.73 10.57 68.23 -
YUV 76.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 20 77 219 0.91 0.65 0 0.14 222.81 0.83 0.47
Hex 14 4D DB 5B 41 0 E DF 53 2F
Octal 24 115 333 133 101 0 16 337 123 57
Binary 10100 1001101 11011011 1011011 1000001 0 1110 11011111 1010011 101111

Color Harmonies of #144DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DDB

Black with #144DDB

Text Example


Text Example

White with #144DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,219); }

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

background-color css

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

 a { background-color: rgb(20,77,219); }

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

border-color css

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

 span { border-color: rgb(20,77,219); }

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