Html Css Color HEX #144CCE Cerulean Blue

📋 copy color: '#144CCE'

red 20 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #144CCE

Tints of Cerulean Blue #144CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 6.62%
G = 25.17%
B = 68.21%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#144CCE (or 0x144CCE) is known color: Cerulean Blue. HEX triplet: 14, 4C and CE. RGB value is (20,76,206). Sum of RGB (Red+Green+Blue) = 20+76+206=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #144CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CCE is #EBB331. Grayscale: #494949. Windows color (decimal): -15446834 or 13519892. OLE color: 13519892.

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

Color convert

RGB 20 76 206 -
CMYK 0.90 0.63 0 0.19
HSL 221.94º 0.82% 0.44% -
HSV(B) 221.94º 0.9% 0.81% -
XYZ 14.01 9.77 59.54 -
YUV 74.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 20 76 206 0.90 0.63 0 0.19 221.94 0.82 0.44
Hex 14 4C CE 5A 3F 0 13 DE 52 2C
Octal 24 114 316 132 77 0 23 336 122 54
Binary 10100 1001100 11001110 1011010 111111 0 10011 11011110 1010010 101100

Color Harmonies of #144CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CCE

Black with #144CCE

Text Example


Text Example

White with #144CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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