Html Css Color HEX #144CC9 Cerulean Blue

📋 copy color: '#144CC9'

red 20 ◦ green 76 ◦ blue 201

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

Shades of Cerulean Blue #144CC9

Tints of Cerulean Blue #144CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.68%

R = 6.73%
G = 25.59%
B = 67.68%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#144CC9 (or 0x144CC9) is known color: Cerulean Blue. HEX triplet: 14, 4C and C9. RGB value is (20,76,201). Sum of RGB (Red+Green+Blue) = 20+76+201=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #144CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CC9 is #EBB336. Grayscale: #484848. Windows color (decimal): -15446839 or 13192212. OLE color: 13192212.

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

Color convert

RGB 20 76 201 -
CMYK 0.90 0.62 0 0.21
HSL 221.44º 0.82% 0.43% -
HSV(B) 221.44º 0.9% 0.79% -
XYZ 13.42 9.53 56.39 -
YUV 73.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 20 76 201 0.90 0.62 0 0.21 221.44 0.82 0.43
Hex 14 4C C9 5A 3E 0 15 DD 52 2B
Octal 24 114 311 132 76 0 25 335 122 53
Binary 10100 1001100 11001001 1011010 111110 0 10101 11011101 1010010 101011

Color Harmonies of #144CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CC9

Black with #144CC9

Text Example


Text Example

White with #144CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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