Html Css Color HEX #144CDC Cerulean Blue

📋 copy color: '#144CDC'

red 20 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #144CDC

Tints of Cerulean Blue #144CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 6.33%
G = 24.05%
B = 69.62%

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

#144CDC (or 0x144CDC) is known color: Cerulean Blue. HEX triplet: 14, 4C and DC. RGB value is (20,76,220). Sum of RGB (Red+Green+Blue) = 20+76+220=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #144CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CDC is #EBB323. Grayscale: #4B4B4B. Windows color (decimal): -15446820 or 14437396. OLE color: 14437396.

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

Color convert

RGB 20 76 220 -
CMYK 0.91 0.65 0 0.14
HSL 223.2º 0.83% 0.47% -
HSV(B) 223.2º 0.91% 0.86% -
XYZ 15.79 10.48 68.9 -
YUV 75.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 20 76 220 0.91 0.65 0 0.14 223.2 0.83 0.47
Hex 14 4C DC 5B 41 0 E DF 53 2F
Octal 24 114 334 133 101 0 16 337 123 57
Binary 10100 1001100 11011100 1011011 1000001 0 1110 11011111 1010011 101111

Color Harmonies of #144CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CDC

Black with #144CDC

Text Example


Text Example

White with #144CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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