Html Css Color HEX #144DCC Cerulean Blue

📋 copy color: '#144DCC'

red 20 ◦ green 77 ◦ blue 204

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

Shades of Cerulean Blue #144DCC

Tints of Cerulean Blue #144DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 6.64%
G = 25.58%
B = 67.77%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#144DCC (or 0x144DCC) is known color: Cerulean Blue. HEX triplet: 14, 4D and CC. RGB value is (20,77,204). Sum of RGB (Red+Green+Blue) = 20+77+204=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #144DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DCC is #EBB233. Grayscale: #494949. Windows color (decimal): -15446580 or 13389076. OLE color: 13389076.

HSL color Cylindrical-coordinate representation of color #144DCC: hue angle of 221.41º 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 #144DCC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 77 204 -
CMYK 0.90 0.62 0 0.2
HSL 221.41º 0.82% 0.44% -
HSV(B) 221.41º 0.9% 0.8% -
XYZ 13.84 9.82 58.29 -
YUV 74.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 20 77 204 0.90 0.62 0 0.2 221.41 0.82 0.44
Hex 14 4D CC 5A 3E 0 14 DD 52 2C
Octal 24 115 314 132 76 0 24 335 122 54
Binary 10100 1001101 11001100 1011010 111110 0 10100 11011101 1010010 101100

Color Harmonies of #144DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DCC

Black with #144DCC

Text Example


Text Example

White with #144DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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