Html Css Color HEX #144BD1 Cerulean Blue

📋 copy color: '#144BD1'

red 20 ◦ green 75 ◦ blue 209

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

Shades of Cerulean Blue #144BD1

Tints of Cerulean Blue #144BD1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 209 (82.03% from 255) = 68.75%

R = 6.58%
G = 24.67%
B = 68.75%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#144BD1 (or 0x144BD1) is known color: Cerulean Blue. HEX triplet: 14, 4B and D1. RGB value is (20,75,209). Sum of RGB (Red+Green+Blue) = 20+75+209=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #144BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BD1 is #EBB42E. Grayscale: #494949. Windows color (decimal): -15447087 or 13716244. OLE color: 13716244.

HSL color Cylindrical-coordinate representation of color #144BD1: hue angle of 222.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BD1 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 75 209 -
CMYK 0.90 0.64 0 0.18
HSL 222.54º 0.83% 0.45% -
HSV(B) 222.54º 0.9% 0.82% -
XYZ 14.31 9.78 61.46 -
YUV 73.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 20 75 209 0.90 0.64 0 0.18 222.54 0.83 0.45
Hex 14 4B D1 5A 40 0 12 DF 53 2D
Octal 24 113 321 132 100 0 22 337 123 55
Binary 10100 1001011 11010001 1011010 1000000 0 10010 11011111 1010011 101101

Color Harmonies of #144BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BD1

Black with #144BD1

Text Example


Text Example

White with #144BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,75,209); }

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

background-color css

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

 a { background-color: rgb(20,75,209); }

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

border-color css

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

 span { border-color: rgb(20,75,209); }

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