Html Css Color HEX #144CD5 Cerulean Blue

📋 copy color: '#144CD5'

red 20 ◦ green 76 ◦ blue 213

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

Shades of Cerulean Blue #144CD5

Tints of Cerulean Blue #144CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.93%

R = 6.47%
G = 24.6%
B = 68.93%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#144CD5 (or 0x144CD5) is known color: Cerulean Blue. HEX triplet: 14, 4C and D5. RGB value is (20,76,213). Sum of RGB (Red+Green+Blue) = 20+76+213=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #144CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CD5 is #EBB32A. Grayscale: #4A4A4A. Windows color (decimal): -15446827 or 13978644. OLE color: 13978644.

HSL color Cylindrical-coordinate representation of color #144CD5: hue angle of 222.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144CD5 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 76 213 -
CMYK 0.91 0.64 0 0.16
HSL 222.59º 0.83% 0.46% -
HSV(B) 222.59º 0.91% 0.84% -
XYZ 14.88 10.12 64.12 -
YUV 74.87 205.95 88.86 -
System Red Green Blue C M Y K H S L
Decimal 20 76 213 0.91 0.64 0 0.16 222.59 0.83 0.46
Hex 14 4C D5 5B 40 0 10 DF 53 2E
Octal 24 114 325 133 100 0 20 337 123 56
Binary 10100 1001100 11010101 1011011 1000000 0 10000 11011111 1010011 101110

Color Harmonies of #144CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CD5

Black with #144CD5

Text Example


Text Example

White with #144CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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