Html Css Color HEX #144DE0 Cerulean Blue

📋 copy color: '#144DE0'

red 20 ◦ green 77 ◦ blue 224

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

Shades of Cerulean Blue #144DE0

Tints of Cerulean Blue #144DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 6.23%
G = 23.99%
B = 69.78%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#144DE0 (or 0x144DE0) is known color: Cerulean Blue. HEX triplet: 14, 4D and E0. RGB value is (20,77,224). Sum of RGB (Red+Green+Blue) = 20+77+224=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #144DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DE0 is #EBB21F. Grayscale: #4C4C4C. Windows color (decimal): -15446560 or 14699796. OLE color: 14699796.

HSL color Cylindrical-coordinate representation of color #144DE0: hue angle of 223.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144DE0 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 77 224 -
CMYK 0.91 0.66 0 0.12
HSL 223.24º 0.84% 0.48% -
HSV(B) 223.24º 0.91% 0.88% -
XYZ 16.4 10.84 71.75 -
YUV 76.72 211.12 87.55 -
System Red Green Blue C M Y K H S L
Decimal 20 77 224 0.91 0.66 0 0.12 223.24 0.84 0.48
Hex 14 4D E0 5B 42 0 C DF 54 30
Octal 24 115 340 133 102 0 14 337 124 60
Binary 10100 1001101 11100000 1011011 1000010 0 1100 11011111 1010100 110000

Color Harmonies of #144DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DE0

Black with #144DE0

Text Example


Text Example

White with #144DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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