Html Css Color HEX #144ADD Cerulean Blue

📋 copy color: '#144ADD'

red 20 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #144ADD

Tints of Cerulean Blue #144ADD

RGB

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

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

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

R = 6.35%
G = 23.49%
B = 70.16%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#144ADD (or 0x144ADD) is known color: Cerulean Blue. HEX triplet: 14, 4A and DD. RGB value is (20,74,221). Sum of RGB (Red+Green+Blue) = 20+74+221=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #144ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ADD is #EBB522. Grayscale: #494949. Windows color (decimal): -15447331 or 14502420. OLE color: 14502420.

HSL color Cylindrical-coordinate representation of color #144ADD: hue angle of 223.88º 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 #144ADD is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 74 221 -
CMYK 0.91 0.67 0 0.13
HSL 223.88º 0.83% 0.47% -
HSV(B) 223.88º 0.91% 0.87% -
XYZ 15.79 10.27 69.56 -
YUV 74.61 210.61 89.05 -
System Red Green Blue C M Y K H S L
Decimal 20 74 221 0.91 0.67 0 0.13 223.88 0.83 0.47
Hex 14 4A DD 5B 43 0 D E0 53 2F
Octal 24 112 335 133 103 0 15 340 123 57
Binary 10100 1001010 11011101 1011011 1000011 0 1101 11100000 1010011 101111

Color Harmonies of #144ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ADD

Black with #144ADD

Text Example


Text Example

White with #144ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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