Html Css Color HEX #144FD7 Denim

📋 copy color: '#144FD7'

red 20 ◦ green 79 ◦ blue 215

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

Shades of Denim #144FD7

Tints of Denim #144FD7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 215 (84.38% from 255) = 68.47%

R = 6.37%
G = 25.16%
B = 68.47%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#144FD7 (or 0x144FD7) is known color: Denim. HEX triplet: 14, 4F and D7. RGB value is (20,79,215). Sum of RGB (Red+Green+Blue) = 20+79+215=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 215 (84.38% from 255 or 68.47% from 314); Max value from RGB is 215 - color contains mainly: blue. Hex color #144FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FD7 is #EBB028. Grayscale: #4C4C4C. Windows color (decimal): -15446057 or 14110484. OLE color: 14110484.

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

Color convert

RGB 20 79 215 -
CMYK 0.91 0.63 0 0.16
HSL 221.85º 0.83% 0.46% -
HSV(B) 221.85º 0.91% 0.84% -
XYZ 15.35 10.65 65.54 -
YUV 76.86 205.95 87.44 -
System Red Green Blue C M Y K H S L
Decimal 20 79 215 0.91 0.63 0 0.16 221.85 0.83 0.46
Hex 14 4F D7 5B 3F 0 10 DE 53 2E
Octal 24 117 327 133 77 0 20 336 123 56
Binary 10100 1001111 11010111 1011011 111111 0 10000 11011110 1010011 101110

Color Harmonies of #144FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FD7

Black with #144FD7

Text Example


Text Example

White with #144FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,79,215); }

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

background-color css

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

 a { background-color: rgb(20,79,215); }

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

border-color css

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

 span { border-color: rgb(20,79,215); }

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