Html Css Color HEX #144BDD Cerulean Blue

📋 copy color: '#144BDD'

red 20 ◦ green 75 ◦ blue 221

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

Shades of Cerulean Blue #144BDD

Tints of Cerulean Blue #144BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 6.33%
G = 23.73%
B = 69.94%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#144BDD (or 0x144BDD) is known color: Cerulean Blue. HEX triplet: 14, 4B and DD. RGB value is (20,75,221). Sum of RGB (Red+Green+Blue) = 20+75+221=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #144BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BDD is #EBB422. Grayscale: #4A4A4A. Windows color (decimal): -15447075 or 14502676. OLE color: 14502676.

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

Color convert

RGB 20 75 221 -
CMYK 0.91 0.66 0 0.13
HSL 223.58º 0.83% 0.47% -
HSV(B) 223.58º 0.91% 0.87% -
XYZ 15.86 10.4 69.58 -
YUV 75.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 20 75 221 0.91 0.66 0 0.13 223.58 0.83 0.47
Hex 14 4B DD 5B 42 0 D E0 53 2F
Octal 24 113 335 133 102 0 15 340 123 57
Binary 10100 1001011 11011101 1011011 1000010 0 1101 11100000 1010011 101111

Color Harmonies of #144BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BDD

Black with #144BDD

Text Example


Text Example

White with #144BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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