Html Css Color HEX #144CDB Cerulean Blue

📋 copy color: '#144CDB'

red 20 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #144CDB

Tints of Cerulean Blue #144CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 6.35%
G = 24.13%
B = 69.52%

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

#144CDB (or 0x144CDB) is known color: Cerulean Blue. HEX triplet: 14, 4C and DB. RGB value is (20,76,219). Sum of RGB (Red+Green+Blue) = 20+76+219=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #144CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CDB is #EBB324. Grayscale: #4A4A4A. Windows color (decimal): -15446821 or 14371860. OLE color: 14371860.

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

Color convert

RGB 20 76 219 -
CMYK 0.91 0.65 0 0.14
HSL 223.12º 0.83% 0.47% -
HSV(B) 223.12º 0.91% 0.86% -
XYZ 15.66 10.43 68.21 -
YUV 75.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 20 76 219 0.91 0.65 0 0.14 223.12 0.83 0.47
Hex 14 4C DB 5B 41 0 E DF 53 2F
Octal 24 114 333 133 101 0 16 337 123 57
Binary 10100 1001100 11011011 1011011 1000001 0 1110 11011111 1010011 101111

Color Harmonies of #144CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CDB

Black with #144CDB

Text Example


Text Example

White with #144CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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