Html Css Color HEX #144BCC Cerulean Blue

📋 copy color: '#144BCC'

red 20 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #144BCC

Tints of Cerulean Blue #144BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

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

R = 6.69%
G = 25.08%
B = 68.23%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#144BCC (or 0x144BCC) is known color: Cerulean Blue. HEX triplet: 14, 4B and CC. RGB value is (20,75,204). Sum of RGB (Red+Green+Blue) = 20+75+204=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #144BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BCC is #EBB433. Grayscale: #484848. Windows color (decimal): -15447092 or 13388564. OLE color: 13388564.

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

Color convert

RGB 20 75 204 -
CMYK 0.90 0.63 0 0.2
HSL 222.07º 0.82% 0.44% -
HSV(B) 222.07º 0.9% 0.8% -
XYZ 13.7 9.54 58.25 -
YUV 73.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 20 75 204 0.90 0.63 0 0.2 222.07 0.82 0.44
Hex 14 4B CC 5A 3F 0 14 DE 52 2C
Octal 24 113 314 132 77 0 24 336 122 54
Binary 10100 1001011 11001100 1011010 111111 0 10100 11011110 1010010 101100

Color Harmonies of #144BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BCC

Black with #144BCC

Text Example


Text Example

White with #144BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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