Html Css Color HEX #144AD3 Cerulean Blue

📋 copy color: '#144AD3'

red 20 ◦ green 74 ◦ blue 211

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

Shades of Cerulean Blue #144AD3

Tints of Cerulean Blue #144AD3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.26%

 BLUE value IS 211 (82.81% from 255) = 69.18%

R = 6.56%
G = 24.26%
B = 69.18%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#144AD3 (or 0x144AD3) is known color: Cerulean Blue. HEX triplet: 14, 4A and D3. RGB value is (20,74,211). Sum of RGB (Red+Green+Blue) = 20+74+211=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 211 (82.81% from 255 or 69.18% from 305); Max value from RGB is 211 - color contains mainly: blue. Hex color #144AD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AD3 is #EBB52C. Grayscale: #484848. Windows color (decimal): -15447341 or 13847060. OLE color: 13847060.

HSL color Cylindrical-coordinate representation of color #144AD3: hue angle of 223.04º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144AD3 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 74 211 -
CMYK 0.91 0.65 0 0.17
HSL 223.04º 0.83% 0.45% -
HSV(B) 223.04º 0.91% 0.83% -
XYZ 14.5 9.75 62.75 -
YUV 73.47 205.61 89.86 -
System Red Green Blue C M Y K H S L
Decimal 20 74 211 0.91 0.65 0 0.17 223.04 0.83 0.45
Hex 14 4A D3 5B 41 0 11 DF 53 2D
Octal 24 112 323 133 101 0 21 337 123 55
Binary 10100 1001010 11010011 1011011 1000001 0 10001 11011111 1010011 101101

Color Harmonies of #144AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AD3

Black with #144AD3

Text Example


Text Example

White with #144AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,211); }

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

background-color css

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

 a { background-color: rgb(20,74,211); }

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

border-color css

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

 span { border-color: rgb(20,74,211); }

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