Html Css Color HEX #144DCE Cerulean Blue

📋 copy color: '#144DCE'

red 20 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #144DCE

Tints of Cerulean Blue #144DCE

RGB

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

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

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

R = 6.6%
G = 25.41%
B = 67.99%

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

#144DCE (or 0x144DCE) is known color: Cerulean Blue. HEX triplet: 14, 4D and CE. RGB value is (20,77,206). Sum of RGB (Red+Green+Blue) = 20+77+206=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #144DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DCE is #EBB231. Grayscale: #4A4A4A. Windows color (decimal): -15446578 or 13520148. OLE color: 13520148.

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

Color convert

RGB 20 77 206 -
CMYK 0.90 0.63 0 0.19
HSL 221.61º 0.82% 0.44% -
HSV(B) 221.61º 0.9% 0.81% -
XYZ 14.08 9.91 59.56 -
YUV 74.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 20 77 206 0.90 0.63 0 0.19 221.61 0.82 0.44
Hex 14 4D CE 5A 3F 0 13 DE 52 2C
Octal 24 115 316 132 77 0 23 336 122 54
Binary 10100 1001101 11001110 1011010 111111 0 10011 11011110 1010010 101100

Color Harmonies of #144DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DCE

Black with #144DCE

Text Example


Text Example

White with #144DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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