Html Css Color HEX #144EDF Cerulean Blue

📋 copy color: '#144EDF'

red 20 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #144EDF

Tints of Cerulean Blue #144EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 6.23%
G = 24.3%
B = 69.47%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#144EDF (or 0x144EDF) is known color: Cerulean Blue. HEX triplet: 14, 4E and DF. RGB value is (20,78,223). Sum of RGB (Red+Green+Blue) = 20+78+223=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #144EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EDF is #EBB120. Grayscale: #4C4C4C. Windows color (decimal): -15446305 or 14634516. OLE color: 14634516.

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

Color convert

RGB 20 78 223 -
CMYK 0.91 0.65 0 0.13
HSL 222.86º 0.84% 0.48% -
HSV(B) 222.86º 0.91% 0.87% -
XYZ 16.33 10.93 71.06 -
YUV 77.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 20 78 223 0.91 0.65 0 0.13 222.86 0.84 0.48
Hex 14 4E DF 5B 41 0 D DF 54 30
Octal 24 116 337 133 101 0 15 337 124 60
Binary 10100 1001110 11011111 1011011 1000001 0 1101 11011111 1010100 110000

Color Harmonies of #144EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EDF

Black with #144EDF

Text Example


Text Example

White with #144EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,223); }

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

background-color css

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

 a { background-color: rgb(20,78,223); }

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

border-color css

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

 span { border-color: rgb(20,78,223); }

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