Html Css Color HEX #144DCD Cerulean Blue

📋 copy color: '#144DCD'

red 20 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #144DCD

Tints of Cerulean Blue #144DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 6.62%
G = 25.5%
B = 67.88%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#144DCD (or 0x144DCD) is known color: Cerulean Blue. HEX triplet: 14, 4D and CD. RGB value is (20,77,205). Sum of RGB (Red+Green+Blue) = 20+77+205=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #144DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DCD is #EBB232. Grayscale: #494949. Windows color (decimal): -15446579 or 13454612. OLE color: 13454612.

HSL color Cylindrical-coordinate representation of color #144DCD: hue angle of 221.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144DCD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 77 205 -
CMYK 0.90 0.62 0 0.20
HSL 221.51º 0.82% 0.44% -
HSV(B) 221.51º 0.9% 0.8% -
XYZ 13.96 9.86 58.93 -
YUV 74.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 20 77 205 0.90 0.62 0 0.20 221.51 0.82 0.44
Hex 14 4D CD 5A 3E 0 14 DE 52 2C
Octal 24 115 315 132 76 0 24 336 122 54
Binary 10100 1001101 11001101 1011010 111110 0 10100 11011110 1010010 101100

Color Harmonies of #144DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DCD

Black with #144DCD

Text Example


Text Example

White with #144DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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