Html Css Color HEX #144CDD Cerulean Blue

📋 copy color: '#144CDD'

red 20 ◦ green 76 ◦ blue 221

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

Shades of Cerulean Blue #144CDD

Tints of Cerulean Blue #144CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 6.31%
G = 23.97%
B = 69.72%

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

#144CDD (or 0x144CDD) is known color: Cerulean Blue. HEX triplet: 14, 4C and DD. RGB value is (20,76,221). Sum of RGB (Red+Green+Blue) = 20+76+221=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #144CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CDD is #EBB322. Grayscale: #4B4B4B. Windows color (decimal): -15446819 or 14502932. OLE color: 14502932.

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

Color convert

RGB 20 76 221 -
CMYK 0.91 0.66 0 0.13
HSL 223.28º 0.83% 0.47% -
HSV(B) 223.28º 0.91% 0.87% -
XYZ 15.92 10.54 69.6 -
YUV 75.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 20 76 221 0.91 0.66 0 0.13 223.28 0.83 0.47
Hex 14 4C DD 5B 42 0 D DF 53 2F
Octal 24 114 335 133 102 0 15 337 123 57
Binary 10100 1001100 11011101 1011011 1000010 0 1101 11011111 1010011 101111

Color Harmonies of #144CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CDD

Black with #144CDD

Text Example


Text Example

White with #144CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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